with ssh
Some checks failed
continuous-integration/drone/push Build is failing

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

View File

@ -14,6 +14,7 @@ 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