This commit is contained in:
Pierre-antoine Comby 2019-06-15 11:07:22 +02:00
parent f10f0539cc
commit 3cb087c42d

View file

@ -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