From 57e8070212bb780853a1223c566c09c91414408b Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 12 Jan 2020 18:00:21 +0100 Subject: [PATCH] fix deployment src path --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index bb37f73..da597f3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -97,7 +97,7 @@ steps: key: from_secret: ssh_key rm: true - source: public/* + source: exampleSite/public/* strip_components: 1 target: /var/www/virtual/geeklab/html/docs.geeklabor.de/ username: @@ -164,6 +164,6 @@ depends_on: --- kind: signature -hmac: a0a18a3f5906f7589beaccc5b4affb6b134b648704f264a7806dee182f9f2497 +hmac: c42e2aaa92a03011eabcee8cfac91883a26152f91fe39ddf8a8d0963bf4f09a0 ...