Skip to content
Snippets Groups Projects
Commit 27bcf457 authored by Martin Teichmann's avatar Martin Teichmann
Browse files

add a gitlab-ci

parent 41b93dee
No related branches found
No related tags found
1 merge request!236Write documentation to a webserver
Pipeline #94146 failed
make:
image: tk0miya/sphinx-html
script:
- cd doc
- make html
- eval $(ssh-agent)
- echo "$SSHKEY" | ssh-add -
- ssh -o UserKnownHostsFile=known_hosts wp86team@exflqr30526 "./doc-prepare $CI_COMMIT_REF_NAME"
- cat known_hosts
- scp -o UserKnownHostsFile=known_hosts -r _build/html wp86team@exflqr30526:html/$CI_COMMIT_REF_NAME
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment