diff options
author | makefu <github@syntax-fehler.de> | 2019-07-08 00:55:47 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-07-08 00:55:47 +0200 |
commit | f4ec0418f2ed9a513a9056af8f7458d760760a44 (patch) | |
tree | 929901a9ae938bb8ad14139680749c3e4f980776 | |
parent | 053a74ebbf1448382262d2f51c5073472e616b12 (diff) |
gitlab-ci: use wolf.shack as target
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6afbfe08c..f893331b4 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: |