From 2125c21ad727d34e4837bb6661af4abe3962f787 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 24 May 2023 06:50:28 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.drone.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a1441c7..e305a75 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,8 @@ steps: - name: serve image: python:3.7-alpine environment: - - SSH_KEY: ${SSH_KEY} + SSH_KEY: + from_secret: SSH_KEY commands: - apk add unzip wget make git curl - mkdir /root/.ssh && echo "$SSH_KEY" > /root/.ssh/id_rsa && chmod 0600 /root/.ssh/id_rsa