diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4313f9a..23c5f8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"