CI : FTP -> SFTP connection
This commit is contained in:
parent
b74a8caa09
commit
f52c26f0df
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ build and deploy:
|
|||
script:
|
||||
- echo "test" > test.txt
|
||||
- lftp -c "
|
||||
set ftp:ssl-allow no;
|
||||
open -u $USERNAME,$PASSWORD $HOST;
|
||||
set sftp:auto-confirm yes;
|
||||
open -u $USERNAME,$PASSWORD sftp://$HOST;
|
||||
put -O / test.txt;
|
||||
quit"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue