fix drone
continuous-integration/drone/push Build is failing Details

This commit is contained in:
philipp lang 2024-02-13 01:08:59 +01:00
parent 98f2eccba7
commit 04fea84e49
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ steps:
image: php:8.1.6 image: php:8.1.6
environment: environment:
SSH_KEY: SSH_KEY:
from_secret: deploy_private_key from_secret: deploy_key
commands: commands:
- apt-get update > /dev/null - apt-get update > /dev/null
- apt-get install -y openssh-client rsync - apt-get install -y openssh-client rsync