From f886a626b71e0e31f4864f6e37b59fdcb79ce689 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Mon, 4 Mar 2019 13:09:18 -0800 Subject: [PATCH] drone needs git --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a9072a8..0631118 100644 --- a/.drone.yml +++ b/.drone.yml @@ -69,6 +69,7 @@ pipeline: event: push status: [ success ] commands: + - apk add --no-cache git - echo $BUILDFILES_KEY > ~/id_rsab64 - base64 -d ~/id_rsab64 > ~/id_rsa - chmod 400 ~/id_rsa @@ -76,7 +77,7 @@ pipeline: - cd deploy - mkdir $DIR - mv cwtch* $DIR/ - - scp -o StrictHostKeyChecking=no -i ~/id_rsa $DIR buildfiles@openprivacy.ca:/home/buildfiles/buildfiles/ + - scp -r -o StrictHostKeyChecking=no -i ~/id_rsa $DIR buildfiles@openprivacy.ca:/home/buildfiles/buildfiles/ notify-email: image: drillster/drone-email host: build.openprivacy.ca