with no host key checking
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
90292abb81
commit
ff4f948e08
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user