added remote rsync path
All checks were successful
Astro Deploy Pipeline / Build-and-Deploy (push) Successful in 17s
All checks were successful
Astro Deploy Pipeline / Build-and-Deploy (push) Successful in 17s
This commit is contained in:
parent
b60293246f
commit
1b02ddbcf4
1 changed files with 1 additions and 1 deletions
|
@ -45,4 +45,4 @@ jobs:
|
|||
run: ssh-keyscan -H ${{ secrets.REMOTE_HOST }} >> ~/.ssh/known_hosts
|
||||
|
||||
- name: Deploy with rsync
|
||||
run: rsync -avz --delete ./dist/ ${{ secrets.REMOTE_USER }}@${{ secrets.REMOTE_HOST }}:${{ secrets.REMOTE_TARGET }}
|
||||
run: rsync -avz --delete ./dist/ ${{ secrets.REMOTE_USER }}@${{ secrets.REMOTE_HOST }}:${{ secrets.REMOTE_TARGET }} --rsync-path=/usr/bin/rsync
|
Loading…
Reference in a new issue