Patch sftp call for doc deployment in CI

This commit is contained in:
fnux 2021-01-11 11:05:09 +01:00
parent 2bedbe9687
commit ec41ef3490
No known key found for this signature in database
GPG Key ID: 4502C902C00A1E12
1 changed files with 1 additions and 3 deletions

View File

@ -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/*"