with base64 unwrap
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-08-14 22:02:13 +02:00
parent 159943039e
commit 844761dd49
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -13,7 +13,7 @@ steps:
from_secret: gitea_id_ed25519
commands:
- mkdir -p $HOME/.ssh/
- echo "$SSH_KEY" > $HOME/.ssh/id_ed25519
- echo "$SSH_KEY" | base64 -d > $HOME/.ssh/id_ed25519
- name: build
image: kasperhermansen/cuddle:latest