summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-03-18 19:54:41 +0100
committermakefu <github@syntax-fehler.de>2020-03-18 19:54:41 +0100
commit6ef2bcc9f1202bf1916bc23b44a491040da98c07 (patch)
tree6cec23e0604f74ee18f94e69d5d2dedbd02d3d4a /.gitlab-ci.yml
parentb1c4cd5b1c659853a6b1057786c5e333e5b98604 (diff)
add ssh.git.shackspace.de server keys via variable
avoid some weird rate limiting which is in place
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3ff991aa..4a7a4e60 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: