Skip to content

Commit 176d90c

Browse files
more adjustments to zip archive generation
1 parent 4d2ca12 commit 176d90c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
- name: Build project
3131
run: yarn build
3232

33-
- name: Zip build folder
34-
run: zip -r release.zip . -x "node_modules/*"
33+
- name: Zip project (excluding node_modules and dotfiles)
34+
run: zip -r release.zip . -x "node_modules/*" ".git/*" ".github/*"
3535

3636
- name: Deploy to Azure Web App (run from zip)
3737
uses: azure/webapps-deploy@v3

0 commit comments

Comments
 (0)