Skip to content
Snippets Groups Projects
Commit 917c6849 authored by David Boddie's avatar David Boddie :speech_balloon:
Browse files

Merge branch 'update-ci-docs' into 'master'

Update CI docs to be more robust

See merge request !310
parents 81611ec8 af3d4ee2
No related branches found
No related tags found
1 merge request!310Update CI docs to be more robust
Pipeline #26724 passed
......@@ -38,6 +38,6 @@ publish:
- touch ~/.ssh/id_rsa
- chmod 0600 ~/.ssh/id_rsa
- echo "$SSH_KEY" >> ~/.ssh/id_rsa
- rsync -av -i --stats -e "ssh -l $SSH_USER -p $SSH_PORT" --delete-after _build/html/ $RSYNC_TARGET
- rsync -av -i --stats -e "ssh -l $SSH_USER -i ~/.ssh/id_rsa -p $SSH_PORT" _build/html/ "$RSYNC_TARGET"
only:
- master
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