Skip to content
Snippets Groups Projects
Commit e153cdf4 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Load SSH config from env

Builds no longer depend on a preexisting config in ~/.ssh.
parent 186604f1
No related merge requests found
......@@ -19,8 +19,12 @@ sync_mirror:
except:
- production
- staging
tags:
- git
allow_failure: true
script:
- mkdir ~/.ssh && echo "$GITHUB_HOST_KEY" > ~/.ssh/known_hosts
- eval $(ssh-agent -s) && ssh-add <(echo "$GITHUB_DEPLOY_KEY")
- git clone --bare $CI_BUILD_REPO mirror.git
- cd mirror.git
- git update-ref -d refs/tags/production
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment