fix rsync perms
Some checks failed
Deploy to Web Server / deploy (push) Failing after 9s

This commit is contained in:
aria 2025-05-19 20:25:14 +10:00
parent 9ba8c0ca48
commit 6d3b723e3c
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds

View file

@ -64,7 +64,7 @@ jobs:
- name: rsync deployments - name: rsync deployments
run: | run: |
rsync -avzrP ./dist ${{ vars.SERVER_USER }}@${{ vars.SERVER_HOST }}:/var/www/Aria rsync -avzrP -e "ssh -i ~/.ssh/aria-coffee-deploy" ./dist ${{ vars.SERVER_USER }}@${{ vars.SERVER_HOST }}:/var/www/Aria
- name: Set permissions on the deployed files - name: Set permissions on the deployed files