Skip to content
Snippets Groups Projects
Commit 23aa6b94 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

Merge branch 'rsync' into 'develop'

add rsync to container

See merge request !143
parents 3a3a115e 7a1b8647
No related branches found
No related tags found
2 merge requests!144[release] Regular merge of develop,!143add rsync to container
Pipeline #57859 passed
This commit is part of merge request !144. Comments created here will be created in the context of that merge request.
......@@ -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