Skip to content

Commit

Permalink
update prod deploy action to use prod azure credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Feb 13, 2024
1 parent c1b26da commit f73391a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
# ghcr and Azure.
#
# Secrets:
# AZURE_CREDENTIALS: service principal that has access to the Azure WebApp
# AZURE_CREDENTIALS_PROD: service principal that has access to the Azure prod WebApp
# AZURE_WEBAPP_PUBLISH_PROFILE: publish profile for the Azure WebApp
# AZURE_WEBAPP_PUBLISH_PROFILE_EU: publish profile for the Azure WebApp in Europe
#
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Login for Azure cli commands
uses: azure/login@v1.6.1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
creds: ${{ secrets.AZURE_CREDENTIALS_PROD }}

- name: Set DOCKER configs in Azure web app
uses: azure/appservice-settings@v1.1.1
Expand Down

0 comments on commit f73391a

Please sign in to comment.