feat: trying with rsa key instead

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-07-27 15:35:00 +02:00
parent c2cfee11b2
commit 3fae1b2b06
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

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