-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #797 from samsmithnz/UpdatedActionsMar2
Upgrade to [email protected]
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 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 |
---|---|---|
|
@@ -159,7 +159,7 @@ jobs: | |
# with: | ||
# name: probot | ||
# - name: Deploy probot to Azure WebApp | ||
# uses: Azure/[email protected].5 | ||
# uses: Azure/[email protected].6 | ||
# with: | ||
# app-name: devops-prod-eu-probot | ||
# package: probot | ||
|
@@ -207,7 +207,7 @@ jobs: | |
|
||
#Deploy service, website, and function to Azure | ||
- name: Deploy web service to Azure WebApp | ||
uses: Azure/[email protected].5 | ||
uses: Azure/[email protected].6 | ||
with: | ||
app-name: devops-prod-eu-service | ||
package: serviceapp | ||
|
@@ -216,7 +216,7 @@ jobs: | |
run: az webapp config appsettings set --name "devops-prod-eu-service" --resource-group "devopsmetrics" --settings "AppSettings:AzureDevOpsPatToken=${{ secrets.AzureDevOpsPATToken }}" "AppSettings:GitHubClientId=${{ secrets.GitHubClientId }}" "AppSettings:GitHubClientSecret=${{ secrets.GitHubClientSecret }}" "AppSettings:AzureStorageAccountConfigurationString=${{ secrets.AzureStorageConnectionString }}" "AppSettings:KeyVaultClientId=${{ secrets.KeyVaultClientId }}" "AppSettings:KeyVaultClientSecret=${{ secrets.KeyVaultClientSecret }}" #--slot "staging" | ||
|
||
- name: Deploy website to Azure WebApp | ||
uses: Azure/[email protected].5 | ||
uses: Azure/[email protected].6 | ||
with: | ||
app-name: devops-prod-eu-web | ||
package: webapp | ||
|
@@ -240,7 +240,7 @@ jobs: | |
|
||
# deploy function and settings | ||
- name: Deploy function to Azure WebApp | ||
uses: Azure/[email protected].5 | ||
uses: Azure/[email protected].6 | ||
with: | ||
app-name: devops-prod-eu-function | ||
package: functionapp | ||
|