diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c14b527..20d8b9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,4 +30,9 @@ build and deploy: - main image: node:latest script: - - touch test.txt + - echo "test" > test.txt + - lftp -c " + set ftp:ssl-allow no; + open -u $USERNAME,$PASSWORD $HOST; + put -O / test.txt; + quit"