fix ssh key secret name
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Torma Kristóf 2022-05-28 20:59:54 +02:00
parent cfe6fc0be4
commit 85f640d49e

View File

@ -7,8 +7,8 @@ steps:
- name: setup environment - name: setup environment
image: ubuntu image: ubuntu
environment: environment:
SSH_USER: SSH_KEY:
from_secret: SSH_USER from_secret: SSH_KEY
commands: commands:
- echo "$PWD" - echo "$PWD"
- echo "$SSH_KEY" > $PWD/id_rsa && chmod 0600 $PWD/id_rsa - echo "$SSH_KEY" > $PWD/id_rsa && chmod 0600 $PWD/id_rsa