From af4389b4537927388a06cdc28fac3ec78530b007 Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 10 Mar 2020 04:00:26 +0100 Subject: [PATCH] properly start ssh-agent --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 929da24..dcf70d7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,7 +34,7 @@ steps: script: - echo deploy from drone started - cd ~/dtya - - ssh-agent -s + - eval $(ssh-agent) - ssh-add ~/.ssh/overlord - git pull - ./deploy