feat: switch to rsync
Some checks failed
Build and Deploy / build_and_deploy (push) Failing after 2m4s
Some checks failed
Build and Deploy / build_and_deploy (push) Failing after 2m4s
This commit is contained in:
parent
43fd14e3de
commit
65532bf447
1 changed files with 1 additions and 1 deletions
|
@ -30,4 +30,4 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install sshpass -y
|
apt-get install sshpass -y
|
||||||
sshpass -p "$SFTP_PASSWORD" sftp -o StrictHostKeyChecking=no $SFTP_USERNAME@$SFTP_HOST <<< "put -r ./dist/*"
|
sshpass -p "$SFTP_PASSWORD" rsync -zrp --progress ./dist/* $SFTP_USERNAME@$SFTP_HOST:/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue