From ab1a2bbafe188ff9fdbf2624b2ffb4926af06428 Mon Sep 17 00:00:00 2001 From: Pierre-antoine Comby Date: Sat, 15 Jun 2019 11:25:54 +0200 Subject: [PATCH] testing --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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