We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d2ca12 commit 176d90cCopy full SHA for 176d90c
.github/workflows/deploy-production.yml
@@ -30,8 +30,8 @@ jobs:
30
- name: Build project
31
run: yarn build
32
33
- - name: Zip build folder
34
- run: zip -r release.zip . -x "node_modules/*"
+ - name: Zip project (excluding node_modules and dotfiles)
+ run: zip -r release.zip . -x "node_modules/*" ".git/*" ".github/*"
35
36
- name: Deploy to Azure Web App (run from zip)
37
uses: azure/webapps-deploy@v3
0 commit comments