add rsync install step
Some checks failed
Deploy to Web Server / deploy (push) Failing after 10s

This commit is contained in:
aria 2025-05-19 20:10:08 +10:00
parent 7bca28e484
commit 48eff602bc
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds

View file

@ -58,6 +58,10 @@ jobs:
# run: |
# scp -i ~/.ssh/aria-coffee-deploy -rC ./dist ${{ vars.SERVER_USER }}@${{ vars.SERVER_HOST }}:/var/www/Aria
- name: install rsync
run: |
apt-get update -y && apt-get install rsync
- name: rsync deployments
uses: https://github.com/Burnett01/rsync-deployments@7.0.2
with: