Merge pull request 'ci: debug Host key verification failed error' (#196) from momo/ci-deployment-known-hosts into momo/main
Some checks failed
continuous-integration/drone/push Build is failing

Reviewed-on: #196
This commit is contained in:
teutat3s 2023-03-08 11:54:51 +01:00
commit 3491fc2b74
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

View file

@ -33,7 +33,7 @@ steps:
- echo "$$PRIVATE_SSH_KEY" > ~/.ssh/id_ed25519 && chmod 600 ~/.ssh/id_ed25519
- echo "$$SSH_HOST_KEY" > ~/.ssh/known_hosts
- 'echo DEBUG: Using NIX_FLAGS: $NIX_FLAGS'
- nix $$NIX_FLAGS develop --command deploy --magic-rollback false --skip-checks --targets '.#host_001_momo_koeln' --ssh-opts -v
- nix $$NIX_FLAGS develop --command deploy --magic-rollback false --skip-checks --targets '.#host_001_momo_koeln' --ssh-opts='-v'
---
kind: pipeline
@ -159,6 +159,6 @@ volumes:
---
kind: signature
hmac: e6a53444444d2731c48e4bc80762df820dd28e0f22ba9f6284f92a0dbfa6b3cf
hmac: 89c7757736896b56f4ffe01fe14b47fe8606a99c326e31c57863d1836901c087
...