feat: trying with rsa key instead
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
c2cfee11b2
commit
3fae1b2b06
@ -13,9 +13,9 @@ steps:
|
|||||||
from_secret: gitea_id_ed25519
|
from_secret: gitea_id_ed25519
|
||||||
commands:
|
commands:
|
||||||
- mkdir -p $HOME/.ssh/
|
- 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/
|
- ls $HOME/.ssh/
|
||||||
- cat $HOME/.ssh/id_ed25519
|
- cat $HOME/.ssh/id_rsa
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: kasperhermansen/cuddle:latest
|
image: kasperhermansen/cuddle:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user