From 59414a859f6b689d2c8a6e6c68aff79fe356a4ad Mon Sep 17 00:00:00 2001 From: sthope Date: Sun, 5 May 2024 22:54:57 +0200 Subject: [PATCH] Initial commit --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d270c08..7213d81 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,8 +26,9 @@ steps: from_secret: ssh_password port: 22 environment: - GIT_PULL_SCRIPT: + GIT_PULL: from_secret: git_pull_script command_timeout: 2m script: + - echo ${GIT_PULL} - cd /mnt/user/Docker/wiki && ./sthope/git_pull.sh