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:
|
script:
|
||||||
- echo "test" > test.txt
|
- echo "test" > test.txt
|
||||||
- lftp -c "
|
- lftp -c "
|
||||||
set ftp:ssl-allow no;
|
set sftp:auto-confirm yes;
|
||||||
open -u $USERNAME,$PASSWORD $HOST;
|
open -u $USERNAME,$PASSWORD sftp://$HOST;
|
||||||
put -O / test.txt;
|
put -O / test.txt;
|
||||||
quit"
|
quit"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue