Skip to content

Commit

Permalink
Direct deploy zip as package to web app
Browse files Browse the repository at this point in the history
  • Loading branch information
venkyvajrala committed Dec 1, 2023
1 parent 8108351 commit 46a2fc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master_todomatic-todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
with:
name: node-app

- name: Unzip artifact for deployment
run: unzip release.zip
# - name: Unzip artifact for deployment
# run: unzip release.zip

- name: 'Deploy to Azure Web App'
id: deploy-to-webapp
Expand All @@ -59,4 +59,4 @@ jobs:
app-name: 'todomatic-todo'
slot-name: 'Production'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_9CD41EFC39D041A7BCE5B20C6305299C }}
package: .
package: release.zip

0 comments on commit 46a2fc3

Please sign in to comment.