Fix deploy key
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Philipp Lang 2023-07-25 15:35:20 +02:00
parent 1eb1aa61e9
commit 1141ad1cbf
1 changed files with 1 additions and 1 deletions

View File

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