From 3cb087c42d5fb747e97db3238374a29e5578d743 Mon Sep 17 00:00:00 2001 From: Pierre-antoine Comby Date: Sat, 15 Jun 2019 11:07:22 +0200 Subject: [PATCH] fixing --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b375d7b..410298e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ deploy: script: - ./compile.sh # build the pdf - - lftp -e "open sftp.zamok.crans.org; user $FTP_USERNAME $FTP_PASSWORD; mirror public/ www/m1-eea/; bye" + - lftp ftp://$FTP_USER:$FTP_PASSWORD@zamok.crans.org-e "mirror public/ www/m1-eea/; bye" artifacts: paths: - public # instruct GitLab to keep the public folder