gitlab-ci: use wolf.shack as target
This commit is contained in:
parent
053a74ebbf
commit
f4ec0418f2
|
@ -32,7 +32,9 @@ wolf deployment:
|
||||||
script:
|
script:
|
||||||
- GIT_SSH_COMMAND="ssh -i ~/.ssh/gitlab_deploy.key" git clone git@ssh.git.shackspace.de:rz/secrets.git ~/brain
|
- GIT_SSH_COMMAND="ssh -i ~/.ssh/gitlab_deploy.key" git clone git@ssh.git.shackspace.de:rz/secrets.git ~/brain
|
||||||
- git submodule update --init
|
- 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:
|
nur-packages makefu:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue