with no host key checking
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-08-14 21:46:22 +02:00
parent 90292abb81
commit ff4f948e08
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -27,6 +27,7 @@ steps:
path: /var/run path: /var/run
commands: commands:
- apk add bash git - apk add bash git
- cuddle_cli x setup_ssh
- cuddle_cli x build_release - cuddle_cli x build_release
- cuddle_cli x start_deployment - cuddle_cli x start_deployment
- cuddle_cli x render_templates - cuddle_cli x render_templates
@ -38,6 +39,8 @@ steps:
from_secret: docker_username from_secret: docker_username
DOCKER_PASSWORD: DOCKER_PASSWORD:
from_secret: docker_password from_secret: docker_password
SSH_KEY:
from_secret: gitea_id_ed25519
depends_on: depends_on:
- "load_secret" - "load_secret"
- name: send telegram notification - name: send telegram notification