set url
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-08-21 16:32:54 +02:00
parent 1a20fe068f
commit fc0cf267ce
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -14,7 +14,6 @@ steps:
commands:
- mkdir -p $HOME/.ssh/
- echo "$SSH_KEY" | base64 -d > $HOME/.ssh/id_ed25519
- git remote set-url origin $DRONE_GIT_SSH_URL
- name: build
image: kasperhermansen/cuddle:latest
@ -26,6 +25,7 @@ steps:
path: /var/run
commands:
- apk add bash git
- git remote set-url origin $DRONE_GIT_SSH_URL
- cuddle_cli x setup_ssh
- cuddle_cli x start_deployment
- cuddle_cli x render_templates