This commit is contained in:
Pierre-antoine Comby 2019-06-15 11:35:24 +02:00
parent ab1a2bbafe
commit 6d630194ab

View file

@ -10,7 +10,7 @@ deploy:
script: script:
- make all -j8 # build the pdf - make all -j8 # build the pdf
- lftp -u comby, $FTP_PASSWORD ftp.zamok.crans.org -e "mirror public/ www/m1-eea/; bye" - lftp -e "set ftp:ssl-allow false; mirror public/ www/m1-eea/; bye" -u $FTP_USER,$FTP_PASSWORD zamok.crans.org
artifacts: artifacts:
paths: paths:
- public # instruct GitLab to keep the public folder - public # instruct GitLab to keep the public folder