Fixed typo.
Build and Deploy API / build-and-deploy (push) Successful in 1m15s
Details
Build and Deploy API / build-and-deploy (push) Successful in 1m15s
Details
This commit is contained in:
parent
e5812c3202
commit
7f8218db3c
|
@ -21,6 +21,6 @@ jobs:
|
|||
key: ${{ secrets.DEPLOY_KEY }}
|
||||
known_hosts: ${{ secrets.SSH_HOST }}
|
||||
- name: Setup rsync
|
||||
uses: GuillameFalourd/setup-rsync@v1.2
|
||||
uses: GuillaumeFalourd/setup-rsync@v1.2
|
||||
- run: rsync -avz -e ssh --delete finnow-api root@andrewlalis.com:/opt/finnow/finnow-api
|
||||
working-directory: ./finnow-api
|
||||
|
|
Loading…
Reference in New Issue