From 04fea84e4964ccd70dcc2f0544cb308df6e0b29a Mon Sep 17 00:00:00 2001 From: philipp lang Date: Tue, 13 Feb 2024 01:08:59 +0100 Subject: [PATCH] fix drone --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 67735c7..2985ee7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: image: php:8.1.6 environment: SSH_KEY: - from_secret: deploy_private_key + from_secret: deploy_key commands: - apt-get update > /dev/null - apt-get install -y openssh-client rsync