feat: trying with rsa key instead
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-27 15:35:00 +02:00
parent c2cfee11b2
commit 3fae1b2b06

View File

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