Skip to content

Commit 46754d7

Browse files
authored
Update deploy-feature-azure-webapps.yml
Signed-off-by: John <[email protected]>
1 parent 36fbd3c commit 46754d7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/deploy-feature-azure-webapps.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ jobs:
4848
client-id: ${{ secrets.AZURE_CLIENT_ID }}
4949
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
5050
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
51-
- name: Deploy Chat
52-
uses: azure/webapps-deploy@v2
51+
- name: 'Deploy to Azure Web App'
52+
id: deploy-to-webapp
53+
uses: azure/webapps-deploy@v3
5354
with:
54-
app-name: john-test-3245e65as
55+
app-name: 'john-test-3245e65as'
56+
slot-name: 'production'
5557
package: ./samples/Chat/dist

0 commit comments

Comments
 (0)