From ff4f948e08d5cd75637259ed36513130156a887e Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 14 Aug 2022 21:46:22 +0200 Subject: [PATCH] with no host key checking --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 0f25167..2b39651 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,6 +27,7 @@ steps: path: /var/run commands: - apk add bash git + - cuddle_cli x setup_ssh - cuddle_cli x build_release - cuddle_cli x start_deployment - cuddle_cli x render_templates @@ -38,6 +39,8 @@ steps: from_secret: docker_username DOCKER_PASSWORD: from_secret: docker_password + SSH_KEY: + from_secret: gitea_id_ed25519 depends_on: - "load_secret" - name: send telegram notification