From f4170919091de9623cc5d8258ba493dee619850f Mon Sep 17 00:00:00 2001 From: Vladimir Zagainov Date: Sat, 17 Jan 2026 01:31:31 +0300 Subject: [PATCH] fix(ci): rename key to ssh_key in Drone ssh pipeline --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5f8f132..fa6f5fa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: