From 5799c0dc489eac87eccdb640c50bfdcfa25f05d0 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 30 Mar 2024 16:13:26 +0100 Subject: [PATCH] feat: change drone to use template instead Signed-off-by: kjuulh --- cuddle-rust-cli/.drone.yml | 126 +------------------------------------ 1 file changed, 2 insertions(+), 124 deletions(-) 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 <