We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c4c9b commit 46cbeabCopy full SHA for 46cbeab
1 file changed
.github/workflows/master_alwaysazure(test).yml
@@ -1,7 +1,7 @@
1
# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
2
# More GitHub Actions for Azure: https://github.com/Azure/actions
3
4
-name: Build and deploy ASP.Net Core app to Azure Web App - alwaysazure
+name: Deploy to alwaysazure
5
6
on:
7
push:
@@ -38,8 +38,8 @@ jobs:
38
deploy:
39
runs-on: ubuntu-latest
40
needs: build
41
- environment:
42
- name: 'test'
+ environment:
+ name: 'test'
43
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
44
45
steps:
@@ -55,4 +55,4 @@ jobs:
55
app-name: 'alwaysazure'
56
slot-name: 'test'
57
package: .
58
- publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_A0188C5895614E539E8122CE8618FB82 }}
+ publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_A0188C5895614E539E8122CE8618FB82 }}
0 commit comments