Skip to content

Commit 346f8fc

Browse files
Update production-pipeline.yml
1 parent cad19fe commit 346f8fc

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.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)