This commit is contained in:
Pierre-antoine Comby 2019-06-20 10:39:55 +02:00
parent 2d21e9a128
commit a484a4f9d5

View file

@ -12,7 +12,7 @@ deploy:
# - make all -j8 # build the pdf # - make all -j8 # build the pdf
- echo $FTP_USER - echo $FTP_USER
- echo $FTP_PASSWORD - echo $FTP_PASSWORD
- lftp -e "set ftp:ssl-allow false; sftp:auto-confirm yes; debug; mirror -R img www/m1-eea; bye" -u $FTP_USER,$FTP_PASSWORD sftp://zamok.crans.org - lftp -e "set ftp:ssl-allow false; set sftp:auto-confirm yes; debug; mirror -R img www/m1-eea; bye" -u $FTP_USER,$FTP_PASSWORD sftp://zamok.crans.org
artifacts: artifacts:
paths: paths:
- public # instruct GitLab to keep the public folder - public # instruct GitLab to keep the public folder