Skip to content

Commit 4971421

Browse files
Merge pull request #287 from IFRCGo/hotfix/WN-320
env
2 parents 522dd88 + 10dd888 commit 4971421

4 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/production-pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
username: ${{ secrets.REGISTRY_USERNAME }}
3030
password: ${{ secrets.REGISTRY_PASSWORD }}
3131
- run: |
32+
cp swagger.prod .env
3233
docker build -t ${{ secrets.REGISTRY_LOGIN_SERVER }}/whatnow:${{ github.sha }} -f ./docker/Dockerfile .
3334
docker tag ${{ secrets.REGISTRY_LOGIN_SERVER }}/whatnow:${{ github.sha }} ${{ secrets.REGISTRY_LOGIN_SERVER }}/whatnow:latest
3435

.github/workflows/qa-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
username: ${{ secrets.REGISTRY_USERNAME }}
3535
password: ${{ secrets.REGISTRY_PASSWORD }}
3636
- run: |
37-
cp .env.qa .env
37+
cp swagger.qa .env
3838
docker build -t ${{ secrets.REGISTRY_LOGIN_SERVER }}/whatnow-qa:${{ github.sha }} -f ./docker/Dockerfile .
3939
docker tag ${{ secrets.REGISTRY_LOGIN_SERVER }}/whatnow-qa:${{ github.sha }} ${{ secrets.REGISTRY_LOGIN_SERVER }}/whatnow-qa:latest
4040

swagger.prod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SWAGGER_URL=https://preparemessages.ifrc.org
File renamed without changes.

0 commit comments

Comments
 (0)