Added thing to setup rsync.
Build Web App / build-and-deploy (push) Failing after 18s Details

This commit is contained in:
Andrew Lalis 2025-08-07 20:58:52 -04:00
parent 1fa5ef361d
commit fce698857d
1 changed files with 2 additions and 0 deletions

View File

@ -21,4 +21,6 @@ jobs:
with:
key: ${{ secrets.DEPLOY_KEY }}
known_hosts: ${{ secrets.SSH_HOST }}
- name: Setup rsync
uses: GuillaumeFalourd/setup-rsync@v1.2
- run: rsync -rav -e ssh --delete dist/* root@andrewlalis.com:/opt/finnow/app-content