diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60d49cf..51d519f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ deploy: script: - make all -j8 # build the pdf - - lftp ftp://$FTP_USER:$FTP_PASSWORD@zamok.crans.org -e "mirror public/ www/m1-eea/; bye" + - lftp -u comby, $FTP_PASSWORD ftp.zamok.crans.org -e "mirror public/ www/m1-eea/; bye" artifacts: paths: - public # instruct GitLab to keep the public folder