Skip to content
Snippets Groups Projects
Commit c0884a33 authored by migu's avatar migu
Browse files

publish: use scp instead of rsync

parent 2329d692
No related branches found
No related tags found
1 merge request!6publish guide to server
Pipeline #23676 failed
......@@ -28,7 +28,7 @@ publish_guide:
- echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
script:
- 'rsync -v angelguide_??.pdf $PUBLISHING_HOST:'
- 'scp -v angelguide_??.pdf $PUBLISHING_HOST:'
# rules:
# - if: '$CI_COMMIT_REF_NAME == "master"'
# when: on_success
......
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