From dbde7016d07c740fc18600f78fa58cff4f5bb16a Mon Sep 17 00:00:00 2001 From: sthope Date: Sun, 5 May 2024 22:46:52 +0200 Subject: [PATCH] Initial commit --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index cedf4ea..d9f8cd4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,6 +25,9 @@ steps: password: from_secret: ssh_password port: 22 + environment: + GIT_PULL: + from_secret: git_pull_script command_timeout: 2m script: - - ${{ secrets.git_pull_script }} + - $GIT_PULL