diff --git a/.drone.yml b/.drone.yml index a84dab6..9f8405e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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