From 5f6f2d3ae75b5aea708c90bd27ed7c40f195d47d Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Tue, 5 Jan 2021 23:29:48 +0200 Subject: [PATCH] Fix drone file path for continuous deployment --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 252426b..8f80ae7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,8 @@ steps: settings: host: swarm.autonomic.zone service: writing_kawaiipunk_xyz_app - source: ./build + chdir: build + source: . dest: /usr/share/nginx/html deploy_key: from_secret: drone_ssh_swarm.autonomic.zone