Skip to content

Commit

Permalink
Update ci-cd.yml
Browse files Browse the repository at this point in the history
Exclude files and folders that are not required for the website
  • Loading branch information
Azmaeus authored Sep 19, 2024
1 parent ea83830 commit 5fc6aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Deploy with SSH and rsync
uses: burnett01/rsync-deployments@7.0.1
with:
switches: -vr
switches: -vr --delete-after --exclude .git/ --exclude .github/ --exclude .gitmodules --exclude LICENSE --exclude README.md
remote_path: /var/www/ericolsen.us/resume
remote_host: ${{ secrets.HOMESERVER_URL }}
remote_user: ${{ secrets.HOMESERVER_DEPLOY_USER }}
Expand Down

0 comments on commit 5fc6aa0

Please sign in to comment.