sftp fdp
This commit is contained in:
parent
9d7f76ea33
commit
6c3ad2c7c0
1 changed files with 1 additions and 1 deletions
|
@ -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;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:
|
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