From ce36dff22aae1a57a02b614a70f562ef2123c811 Mon Sep 17 00:00:00 2001 From: fedy95 Date: Thu, 6 May 2021 20:53:06 +0300 Subject: [PATCH] fix-deploy-path --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 53f8b02..eb478cb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,12 +32,12 @@ server: steps: - name: release commands: - - cd /mnt/md0/infra/pi-hole + - cd /home/fedy95/pi-hole - git pull - make restart - name: cleanup commands: - - cd /mnt/md0/infra/pi-hole + - cd /home/fedy95/pi-hole - make cleanup trigger: -- 2.30.2