diff options
author | makefu <github@syntax-fehler.de> | 2020-03-18 19:54:41 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-03-18 19:54:41 +0100 |
commit | 6ef2bcc9f1202bf1916bc23b44a491040da98c07 (patch) | |
tree | 6cec23e0604f74ee18f94e69d5d2dedbd02d3d4a | |
parent | b1c4cd5b1c659853a6b1057786c5e333e5b98604 (diff) |
add ssh.git.shackspace.de server keys via variable
avoid some weird rate limiting which is in place
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ff991aa4..4a7a4e605 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ before_script: # prepare git fetching of secrets - echo "$gitlab_deploy_privkey" > ~/.ssh/gitlab_deploy.key - chmod 600 ~/.ssh/gitlab_deploy.key - - ssh-keyscan -H 'ssh.git.shackspace.de' >> ~/.ssh/known_hosts + - echo "$ssh_git_shackspace_serverkey" >> ~/.ssh/known_hosts # import secret key for secrets - echo "$secrets_gpg_key" | gpg --import deployment test: |