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
image: ubuntu
environment:
SSH_USER:
from_secret: SSH_USER
SSH_KEY:
from_secret: SSH_KEY
commands:
- echo "$PWD"
- echo "$SSH_KEY" > $PWD/id_rsa && chmod 0600 $PWD/id_rsa