fix: update sftp command
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 23m30s
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 23m30s
This commit is contained in:
parent
ab819cf1ca
commit
43fd14e3de
1 changed files with 1 additions and 1 deletions
|
@ -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/*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue