From b5e847c33707674ca41ecc9c52d1cc797ac169cc Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 25 Mar 2020 23:10:42 +0100 Subject: [PATCH] fix2: site not getting deployed * solve it by running the deploy script in freshly spawned `bash` --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2671eb7..ef2a8f0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,8 +20,7 @@ steps: - ssh-add ~/.ssh/overlord - cd ~/tew_0x00 - git pull - - chmod +x ./deploy - - ./deploy + - bash ./deploy ---