We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494b9f7 commit 3a0238dCopy full SHA for 3a0238d
.github/workflows/deploy.yml
@@ -50,4 +50,4 @@ jobs:
50
registryUsername: ${{ secrets.DOCKERHUB_USERNAME }}
51
registryPassword: ${{ secrets.DOCKERHUB_TOKEN }}
52
targetPort: ${{ vars.CONTAINER_PORT }}
53
- environmentVariables: ASPNETCORE_ENVIRONMENT=Production
+ environmentVariables: ASPNETCORE_ENVIRONMENT=Production KEY_VAULT_NAME=${{ secrets.KEY_VAULT_NAME }}
0 commit comments