Update .gitlab-ci.yml
This commit is contained in:
parent
08b238ee9e
commit
4f67239a1a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ deploy:
|
|||
- chmod 644 ~/.ssh/known_hosts
|
||||
|
||||
script:
|
||||
- make all -j8 # build the pdf
|
||||
- make all # build the pdf
|
||||
- scp public/* comby@zamok.crans.org:www/m1-eea
|
||||
# - lftp -e "set ftp:ssl-allow false; set sftp:auto-confirm yes; mirror -R public www/m1-eea; bye" -u $FTP_USER,$FTP_PASSWORD sftp://zamok.crans.org
|
||||
only:
|
||||
|
|
Loading…
Reference in a new issue