Skip to content

Commit

Permalink
Exclude invoice and user pages from rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
webrian authored Oct 31, 2023
1 parent 2b84c33 commit ad145db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pages-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Copy the files to the server using rsync
uses: burnett01/[email protected]
with:
switches: -avxP --delete
switches: --dry-run -auvxP --delete --exclude="/invoice" --exclude="/invoice-usermeeting" --exclude="/qgisuser"
path: _site/*
remote_path: /var/www/sites/qgisch
remote_host: ${{ secrets.HOST }}
Expand Down

0 comments on commit ad145db

Please sign in to comment.