From 734927193fdc0de09d8d5aaadee108c85b8a0260 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Wed, 28 Jun 2023 11:58:50 +0100 Subject: [PATCH] `chdir` to fix file path --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5f0bf59..9e99b24 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,8 @@ steps: host: washnote.org port: 2222 service: dev_washnote_org - source: _site + source: . dest: /usr/share/nginx/html/ + chdir: _site deploy_key: from_secret: drone_ssh_washnote_org