fix: rsync
Some checks failed
Build and Deploy / build_and_deploy (push) Failing after 2m2s

This commit is contained in:
Devin Haska 2025-04-14 13:19:20 -07:00
parent 65532bf447
commit fb326ca244

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" rsync -zrp --progress ./dist/* $SFTP_USERNAME@$SFTP_HOST:/ sshpass -p "$SFTP_PASSWORD" rsync -zrP -e ssh ./dist/* $SFTP_USERNAME@$SFTP_HOST:/