From 40ed62bdc122fe7224b4ccf664fa39782eca0766 Mon Sep 17 00:00:00 2001 From: sthope Date: Sun, 5 May 2024 22:24:30 +0200 Subject: [PATCH] Initial commit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1bb5f96..5fa12c9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,5 +27,5 @@ steps: port: 22 command_timeout: 2m script: - - cd /mnt/user/Backups/wiki - - bash /mnt/user/Backups/wiki/sthope/git_pull.sh + - cd /mnt/user/Docker/wiki + - bash /mnt/user/Docker/wiki/sthope/git_pull.sh