Added thing to setup rsync.
Build Web App / build-and-deploy (push) Failing after 18s
Details
Build Web App / build-and-deploy (push) Failing after 18s
Details
This commit is contained in:
parent
1fa5ef361d
commit
fce698857d
|
@ -21,4 +21,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
key: ${{ secrets.DEPLOY_KEY }}
|
key: ${{ secrets.DEPLOY_KEY }}
|
||||||
known_hosts: ${{ secrets.SSH_HOST }}
|
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
|
- run: rsync -rav -e ssh --delete dist/* root@andrewlalis.com:/opt/finnow/app-content
|
||||||
|
|
Loading…
Reference in New Issue