forked from ZeusWPI/drive
Verbose ssh to debug
This commit is contained in:
parent
5fd990f484
commit
0b8603fbe3
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- mkdocs build --strict --verbose
|
- mkdocs build --strict --verbose
|
||||||
- rsync -e 'ssh -p 2222' -aglpPrtvz --delete site/ "drive@herbert.ugent.be:/home/drive/public/"
|
- rsync -e 'ssh -v -p 2222' -aglpPrtvz --delete site/ "drive@herbert.ugent.be:/home/drive/public/"
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- site
|
- site
|
||||||
|
|
Loading…
Reference in a new issue