feat: switch to rsync
Some checks failed
Build and Deploy / build_and_deploy (push) Failing after 2m4s

This commit is contained in:
Devin Haska 2025-04-14 13:14:34 -07:00
parent 43fd14e3de
commit 65532bf447

View file

@ -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:/