diff --git a/cuddle-rust-cli/.drone.yml b/cuddle-rust-cli/.drone.yml index 7e3ba79..77bff5c 100644 --- a/cuddle-rust-cli/.drone.yml +++ b/cuddle-rust-cli/.drone.yml @@ -1,124 +1,2 @@ -kind: pipeline -name: default -type: docker - -steps: - - name: load_secret - image: debian:buster-slim - volumes: - - name: ssh - path: /root/.ssh/ - environment: - SSH_KEY: - from_secret: gitea_id_ed25519 - commands: - - mkdir -p $HOME/.ssh/ - - echo "$SSH_KEY" | base64 -d > $HOME/.ssh/id_ed25519 - - chmod -R 600 ~/.ssh - - | - cat >$HOME/.ssh/config <