Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Azure/webapps-deploy from 2.2.11 to 3.0.0 #950

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/webapps-deploy@v2.2.11
# uses: Azure/webapps-deploy@v3.0.0
# 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/webapps-deploy@v2.2.11
uses: Azure/webapps-deploy@v3.0.0
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/webapps-deploy@v2.2.11
uses: Azure/webapps-deploy@v3.0.0
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/webapps-deploy@v2.2.11
uses: Azure/webapps-deploy@v3.0.0
with:
app-name: devops-prod-eu-function
package: functionapp
Expand Down
Loading