using sftp
This commit is contained in:
parent
6d630194ab
commit
d5ea32f613
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ deploy:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make all -j8 # build the pdf
|
- make all -j8 # build the pdf
|
||||||
- lftp -e "set ftp:ssl-allow false; mirror public/ www/m1-eea/; bye" -u $FTP_USER,$FTP_PASSWORD zamok.crans.org
|
- lftp -e " mirror public 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
|
||||||
|
|
Loading…
Reference in a new issue