Skip to content

Commit cecbb02

Browse files
Merge pull request #41 from IFRCGo/jajaramillo24-patch-5
Jajaramillo24 patch 5
2 parents a7e94f6 + 346f8fc commit cecbb02

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/production-pipeline.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ jobs:
3232
touch .env
3333
fi
3434
cp swagger.prod .env
35-
docker build -t ${{ secrets.REGISTRY_LOGIN_SERVER }}/whatnowapi-qa:${{ github.sha }} -f ./docker/Dockerfile .
36-
docker tag ${{ secrets.REGISTRY_LOGIN_SERVER }}/whatnowapi-qa:${{ github.sha }} ${{ secrets.REGISTRY_LOGIN_SERVER }}/whatnowapi-qa:latest
37-
docker push ${{ secrets.REGISTRY_LOGIN_SERVER }}/whatnowapi-qa:${{ github.sha }}
38-
docker push ${{ secrets.REGISTRY_LOGIN_SERVER }}/whatnowapi-qa:latest
35+
docker build -t ${{ secrets.REGISTRY_LOGIN_SERVER }}/whatnowapi:${{ github.sha }} -f ./docker/Dockerfile .
36+
docker tag ${{ secrets.REGISTRY_LOGIN_SERVER }}/whatnowapi:${{ github.sha }} ${{ secrets.REGISTRY_LOGIN_SERVER }}/whatnowapi:latest
37+
docker push ${{ secrets.REGISTRY_LOGIN_SERVER }}/whatnowapi:${{ github.sha }}
38+
docker push ${{ secrets.REGISTRY_LOGIN_SERVER }}/whatnowapi:latest
3939
40-
- name: 'Copy staging values file'
40+
- name: 'Copy production values file'
4141
run: |
4242
cp ./helm-chart/values-production.yaml ./helm-chart/values.yaml
4343
4444
- name: 'Deploy to AKS with Helm'
4545
run: |
46-
helm upgrade --install whatnow-qa ./helm-chart \
47-
--namespace ${{ secrets.AKS_CLUSTER_NAMESPACE_QA }} \
46+
helm upgrade --install whatnow ./helm-chart \
47+
--namespace ${{ secrets.AKS_CLUSTER_NAMESPACE }} \
4848
--create-namespace

0 commit comments

Comments
 (0)