Skip to content

Commit

Permalink
Upgrade to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
samsmithnz committed Mar 2, 2023
1 parent 5cf33be commit a8569a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a8569a7

Please sign in to comment.