feat: revert to ed25519

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-07-27 15:37:31 +02:00
parent 3fae1b2b06
commit 02ec96e93c
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_rsa
- echo "$SSH_KEY" | base64 -d > $HOME/.ssh/id_ed25519
- ls $HOME/.ssh/
- cat $HOME/.ssh/id_rsa
- cat $HOME/.ssh/id_ed25519
- name: build
image: kasperhermansen/cuddle:latest