Skip to content

Commit

Permalink
Removed environmental variables from deploy step
Browse files Browse the repository at this point in the history
Seeing if this will just allow the variables to exist
  • Loading branch information
noremacskich committed Sep 21, 2024
1 parent 55b0174 commit 1d4f614
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/DeployAPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,3 @@ jobs:
imageToDeploy: ${{ vars.EXPRESSEDREALMSFRONTEND_REGISTRY_URL }}/noremacskich/expressedrealms-api:${{ github.sha }}
containerAppName: ca-expressedrealms-api
resourceGroup: RG_ExpressedRealms
environmentVariables: ASPNETCORE_ENVIRONMENT=Production POSTMARK_API_KEY=${{ secrets.POSTMARK_API_KEY }} NO_REPLY_EMAIL=${{ vars.NO_REPLY_EMAIL }} TEST_EMAIL_ADDRESS=${{ vars.TEST_EMAIL_ADDRESS }} FRONT_END_BASE_URL=https://societyinshadows.org CLIENT_COOKIE_DOMAIN=.societyinshadows.org

0 comments on commit 1d4f614

Please sign in to comment.