summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-07-08 00:55:47 +0200
committermakefu <github@syntax-fehler.de>2019-07-08 00:55:47 +0200
commitf4ec0418f2ed9a513a9056af8f7458d760760a44 (patch)
tree929901a9ae938bb8ad14139680749c3e4f980776
parent053a74ebbf1448382262d2f51c5073472e616b12 (diff)
gitlab-ci: use wolf.shack as target
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6afbfe08..f893331b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,7 +32,9 @@ wolf deployment:
script:
- GIT_SSH_COMMAND="ssh -i ~/.ssh/gitlab_deploy.key" git clone git@ssh.git.shackspace.de:rz/secrets.git ~/brain
- git submodule update --init
- - $(nix-build krebs/krops.nix --no-out-link --argstr name wolf -A deploy)
+ - ssh-keyscan -H 'wolf.shack' >> ~/.ssh/known_hosts
+ # TODO, hostname wolf cannot be resolved
+ - $(nix-build krebs/krops.nix --no-out-link --argstr name wolf --argstr target wolf.shack -A deploy)
nur-packages makefu:
stage: deploy
script: