We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fbd3c commit 46754d7Copy full SHA for 46754d7
.github/workflows/deploy-feature-azure-webapps.yml
@@ -48,8 +48,10 @@ jobs:
48
client-id: ${{ secrets.AZURE_CLIENT_ID }}
49
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
50
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
51
- - name: Deploy Chat
52
- uses: azure/webapps-deploy@v2
+ - name: 'Deploy to Azure Web App'
+ id: deploy-to-webapp
53
+ uses: azure/webapps-deploy@v3
54
with:
- app-name: john-test-3245e65as
55
+ app-name: 'john-test-3245e65as'
56
+ slot-name: 'production'
57
package: ./samples/Chat/dist
0 commit comments