File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments