summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-07-07 13:49:18 +0200
committermakefu <github@syntax-fehler.de>2019-07-07 13:49:18 +0200
commit29c8f7eeba7ab1ae5923bde74f6261d04cd16c6f (patch)
tree8c5cb81ddd0c6214f534a2a4ff19bd671538d73b /.gitlab-ci.yml
parent0caf7f5b4f93518f874603fc433a9a681fb8b46d (diff)
gitlab-ci: key-scan the correct host
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 acbfd3be..308304c7 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 'git.shackspace.de' >> ~/.ssh/known_hosts
+ - ssh-keyscan -H 'ssh.git.shackspace.de' >> ~/.ssh/known_hosts
# import secret key for secrets
- echo "$secrets_gpg_key" | gpg --import
wolf deployment test: