From 33304ae202992b2d62fb272e468808067c7832d8 Mon Sep 17 00:00:00 2001 From: Alya Sirko Date: Tue, 30 Aug 2022 21:43:59 +0300 Subject: [PATCH] test ssh access --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ed7a3f0e..f87c049d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,8 +9,8 @@ steps: - echo "${SSH_PRIVATE_KEY}" | ssh-add - - ssh isolated echo hello environment: - SSH_SECRET_KEY: - from_secret: SSH_SECRET_KEY + SSH_PRIVATE_KEY: + from_secret: SSH_PRIVATE_KEY node: server: builder