From a014b70009afa393e3137117e2a5ab886d12b06b Mon Sep 17 00:00:00 2001 From: sthope Date: Sun, 5 May 2024 22:21:55 +0200 Subject: [PATCH] Initial commit --- .drone.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3fdca9b..cda24e7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,8 +27,4 @@ steps: port: 22 command_timeout: 2m script: - - echo "Hello World" - - ls - - pwd - - echo ${pwd} - # - bash /mnt/user/Backups/wiki/git_pull.sh + - bash /mnt/user/Backups/wiki/sthope/git_pull.sh