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 R3/school/courses!143
parents 3a3a115e 7a1b8647
No related branches found
No related tags found
No related merge requests found
......@@ -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