-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update prod deploy action to use prod azure credentials
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
# | ||
|
@@ -65,7 +65,7 @@ jobs: | |
- name: Login for Azure cli commands | ||
uses: azure/[email protected] | ||
with: | ||
creds: ${{ secrets.AZURE_CREDENTIALS }} | ||
creds: ${{ secrets.AZURE_CREDENTIALS_PROD }} | ||
|
||
- name: Set DOCKER configs in Azure web app | ||
uses: azure/[email protected] | ||
|