fix(ci): rename key to ssh_key in Drone ssh pipeline
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-01-17 01:31:31 +03:00
parent 9b55f965ff
commit f417091909

View File

@@ -138,7 +138,7 @@ depends_on:
server:
host: { from_secret: ssh_host }
user: { from_secret: ssh_user }
key: { from_secret: ssh_key }
ssh_key: { from_secret: ssh_key }
# Команды, которые будут выполнены на сервере
commands: