fix: update sftp command
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 23m30s

This commit is contained in:
Devin Haska 2025-04-14 12:46:31 -07:00
parent ab819cf1ca
commit 43fd14e3de

View file

@ -30,4 +30,4 @@ jobs:
run: |
apt-get update
apt-get install sshpass -y
sshpass -p "$SFTP_PASSWORD" sftp -o StrictHostKeyChecking=no $SFTP_USERNAME@$SFTP_HOST "put -r dist/*"
sshpass -p "$SFTP_PASSWORD" sftp -o StrictHostKeyChecking=no $SFTP_USERNAME@$SFTP_HOST <<< "put -r ./dist/*"