Compare commits

...

2 Commits

Author SHA1 Message Date
teutat3s 503a40da11
Merge pull request 'ci: debug Host key verification failed error' (#195) from momo/ci-deployment-known-hosts into momo/main
continuous-integration/drone/push Build is failing Details
Reviewed-on: #195
2023-03-08 11:51:40 +01:00
teutat3s 6190795afa
ci: debug Host key verification failed error
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
2023-03-08 11:50:21 +01:00
1 changed files with 2 additions and 2 deletions

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'
- 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: 25f44352119a730c7095de249676f5857589865bd1f676fa050f3e3499b74387
hmac: e6a53444444d2731c48e4bc80762df820dd28e0f22ba9f6284f92a0dbfa6b3cf
...