fix(ci): rename key to ssh_key in Drone ssh pipeline
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -138,7 +138,7 @@ depends_on:
|
|||||||
server:
|
server:
|
||||||
host: { from_secret: ssh_host }
|
host: { from_secret: ssh_host }
|
||||||
user: { from_secret: ssh_user }
|
user: { from_secret: ssh_user }
|
||||||
key: { from_secret: ssh_key }
|
ssh_key: { from_secret: ssh_key }
|
||||||
|
|
||||||
# Команды, которые будут выполнены на сервере
|
# Команды, которые будут выполнены на сервере
|
||||||
commands:
|
commands:
|
||||||
|
|||||||
Reference in New Issue
Block a user