diff options
author | Paul Duncan <pabs@pablotron.org> | 2025-05-18 08:59:59 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2025-05-18 08:59:59 -0400 |
commit | 9e2b29a3731be4d0e0c53a5155d46d66a6ce2844 (patch) | |
tree | a557869b645b6857afa893f2b18d305aba00234f | |
parent | 07ae6c3b7a4af1a8ea08fbe5d511e4486d242676 (diff) | |
download | pablotron.org-9e2b29a3731be4d0e0c53a5155d46d66a6ce2844.tar.xz pablotron.org-9e2b29a3731be4d0e0c53a5155d46d66a6ce2844.zip |
bin/hook/etc/webhook.conf: remove DEPLOY_HTDOCS_PATH
-rw-r--r-- | bin/hook/etc/webhook.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/hook/etc/webhook.conf b/bin/hook/etc/webhook.conf index 34c2929..69c5842 100644 --- a/bin/hook/etc/webhook.conf +++ b/bin/hook/etc/webhook.conf @@ -9,10 +9,6 @@ "pass-environment-to-command": [{ "source": "string", - "envname": "DEPLOY_HTDOCS_PATH", - "name": "/data/www/example.com/htdocs" - }, { - "source": "string", "envname": "DEPLOY_REPO_DIR", "name": "/data/www/example.com/git" }, { |