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