minor_corrections
Pierre-antoine Comby 5 years ago
parent 9d7f76ea33
commit 6c3ad2c7c0

@ -12,7 +12,7 @@ deploy:
# - make all -j8 # build the pdf
- echo $FTP_USER
- echo $FTP_PASSWORD
- lftp -e "set ftp:ssl-allow false;debug; mirror -R img www/m1-eea; bye" -u $FTP_USER,$FTP_PASSWORD ftp://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:
paths:
- public # instruct GitLab to keep the public folder

Loading…
Cancel
Save