Patch sftp call for doc deployment in CI
This commit is contained in:
parent
2bedbe9687
commit
ec41ef3490
1 changed files with 1 additions and 3 deletions
|
@ -26,6 +26,4 @@ docs:
|
|||
- chmod 644 ~/.ssh/known_hosts
|
||||
script:
|
||||
- make docs
|
||||
- sftp fnux@staticwebhosting.ungleich.ch:public_html/cdist-contrib <<- EOF
|
||||
put -r docs/dist/html/*
|
||||
EOF
|
||||
- sftp fnux@staticwebhosting.ungleich.ch:public_html/cdist-contrib <<< "put -r docs/dist/html/*"
|
||||
|
|
Loading…
Reference in a new issue