GHA reliability: retry FTP upload #3011

trying SFTP
This commit is contained in:
rusefillc 2021-10-18 21:10:49 -04:00
parent 471a2ef915
commit 0757775843
1 changed files with 1 additions and 0 deletions

View File

@ -22,4 +22,5 @@ echo -e "\nUploading file: $5"
# ncftpput -r 999 -m -R -v -u "$1" -p "$2" "$3" $4 $5
echo put $5 $4 > cmd
cat cmd
sshpass -p $2 sftp -o StrictHostKeyChecking=no $1@$3 <<< `cat cmd`