allow ssl

This commit is contained in:
Pierre-antoine Comby 2019-06-15 12:06:18 +02:00
parent 9e7be3c33a
commit 25365fbc03

View file

@ -10,7 +10,7 @@ deploy:
script: script:
# - make all -j8 # build the pdf # - make all -j8 # build the pdf
- lftp -e "debug; mirror -R img www/m1-eea; bye" -u $FTP_USER,$FTP_PASSWORD sftp://zamok.crans.org - lftp -e "set ftp:ssl-allow false;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