From f60ae42b3043c850e1ce044a800de9087f47f038 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Sun, 24 Jun 2018 10:18:27 +0200 Subject: [PATCH] Fixed broken yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index fdd3776..9c5d064 100644 --- a/.drone.yml +++ b/.drone.yml @@ -61,4 +61,4 @@ pipeline: username: artifacts secrets: [ ssh_key ] source: /go/output/* - target: /home/artifacts/store/rpdata/${COMMIT} \ No newline at end of file + target: /srv/artifacts/store/rpdata/$COMMIT \ No newline at end of file