File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1+ SWAGGER_URL=https://preparemessages-stage.ifrc.org
Original file line number Diff line number Diff line change 3434 username : ${{ secrets.REGISTRY_USERNAME }}
3535 password : ${{ secrets.REGISTRY_PASSWORD }}
3636 - run : |
37+ cp .env.qa .env
3738 docker build -t ${{ secrets.REGISTRY_LOGIN_SERVER }}/whatnow-qa:${{ github.sha }} -f ./docker/Dockerfile .
3839 docker tag ${{ secrets.REGISTRY_LOGIN_SERVER }}/whatnow-qa:${{ github.sha }} ${{ secrets.REGISTRY_LOGIN_SERVER }}/whatnow-qa:latest
3940
Original file line number Diff line number Diff line change 234234 |--------------------------------------------------------------------------
235235 */
236236 'constants ' => [
237- 'L5_SWAGGER_CONST_HOST ' => config ( ' app.url ' ),
237+ 'L5_SWAGGER_CONST_HOST ' => env ( ' SWAGGER_URL ' , null ),
238238 ],
239239];
You can’t perform that action at this time.
0 commit comments