fixing
This commit is contained in:
parent
f10f0539cc
commit
3cb087c42d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ deploy:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./compile.sh # build the pdf
|
- ./compile.sh # build the pdf
|
||||||
- lftp -e "open sftp.zamok.crans.org; user $FTP_USERNAME $FTP_PASSWORD; mirror public/ www/m1-eea/; bye"
|
- lftp ftp://$FTP_USER:$FTP_PASSWORD@zamok.crans.org-e "mirror public/ www/m1-eea/; bye"
|
||||||
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