Skip to content
Snippets Groups Projects
Verified Commit 7a1b8647 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

add rsync to container

parent 2135a037
No related branches found
No related tags found
2 merge requests!144[release] Regular merge of develop,!143add rsync to container
......@@ -72,6 +72,7 @@ upload:
stage: deploy
image: alpine
before_script:
- apk add rsync
- 'which ssh-agent || ( apk add --update openssh )'
- eval $(ssh-agent -s)
- echo "$B64SSHPRIVKEY" | base64 -d | tr -d '\r' | ssh-add - > /dev/null
......
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