Skip to content

Commit 46cbeab

Browse files
authored
Update master_alwaysazure(test).yml
1 parent f7c4c9b commit 46cbeab

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/master_alwaysazure(test).yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
22
# More GitHub Actions for Azure: https://github.com/Azure/actions
33

4-
name: Build and deploy ASP.Net Core app to Azure Web App - alwaysazure
4+
name: Deploy to alwaysazure
55

66
on:
77
push:
@@ -38,8 +38,8 @@ jobs:
3838
deploy:
3939
runs-on: ubuntu-latest
4040
needs: build
41-
environment:
42-
name: 'test'
41+
environment:
42+
name: 'test'
4343
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
4444

4545
steps:
@@ -55,4 +55,4 @@ jobs:
5555
app-name: 'alwaysazure'
5656
slot-name: 'test'
5757
package: .
58-
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_A0188C5895614E539E8122CE8618FB82 }}
58+
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_A0188C5895614E539E8122CE8618FB82 }}

0 commit comments

Comments
 (0)