Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
fixing deployment for api manager
Browse files Browse the repository at this point in the history
  • Loading branch information
eiximenis committed Nov 27, 2019
1 parent 28e784f commit 1a707d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/game-manager_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
- name: Install Helm Chart
run: |
helm repo update
helm upgrade --install -f Deploy/powershell/_values-gh.yaml --set kv.clientsecret=${{ secrets.CLIENT_SECRET }} --set kv.enabled=true --set image.repository=${{ secrets.ACR_NAME }}.azurecr.io/game.api --set image.tag=gh-${{ github.sha }} --set replicaCount=2 game-api ${{ secrets.ACR_NAME }}/game-api --version=1.0.0-${{ github.sha }}
helm upgrade --install -f Deploy/powershell/_values-gh.yaml --set kv.clientsecret=${{ secrets.KV_CLIENT_SECRET }} --set kv.enabled=true --set image.repository=${{ secrets.ACR_NAME }}.azurecr.io/game.api --set image.tag=gh-${{ github.sha }} --set replicaCount=2 game-api ${{ secrets.ACR_NAME }}/game-api --version=1.0.0-${{ github.sha }}

0 comments on commit 1a707d0

Please sign in to comment.