From f35ef53fdbe09cca9797a472b82d5edd5fa68876 Mon Sep 17 00:00:00 2001 From: Alya Sirko Date: Tue, 30 Aug 2022 21:32:01 +0300 Subject: [PATCH] test ssh access --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 31a97d6c..9ff91b6b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,7 @@ name: debug steps: - name: test commands: + - eval `ssh-agent -s` - ssh-add - <<< "${SSH_PRIVATE_KEY}" - ssh isolated echo hello