Skip to content

Commit baeda3b

Browse files
authored
Exclude htaccess via rsync (#27)
2 parents a2565a0 + 75830c5 commit baeda3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Deploy with Rsync
3030
uses: burnett01/[email protected]
3131
with:
32-
switches: -avzr --delete
32+
switches: -avzr --delete --exclude .htaccess --exclude shields/
3333
path: public/
3434
remote_path: ${{ secrets.SERVER_DEPLOY_PATH }}
3535
remote_host: ${{ secrets.SERVER_HOST }}

0 commit comments

Comments
 (0)