From 04aa050632c246464c7e7ef3888a4d3b2ffafcce Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sun, 17 Oct 2021 17:22:39 -0400 Subject: bin/hook: s/pablotron.org/example.com/ --- bin/hook/post-receive | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/hook/post-receive') diff --git a/bin/hook/post-receive b/bin/hook/post-receive index 63ff055..a3067b8 100755 --- a/bin/hook/post-receive +++ b/bin/hook/post-receive @@ -13,5 +13,5 @@ set -eu export HOOK_URL='https://example.com/hooks/deploy' export HOOK_HMAC_KEY="omitted" -# trigger webhook -exec /data/www/pablotron.org/data/git/pablotron.org/bin/hook/fire.rb +# trigger webhook request +exec /data/www/example.com/git/bin/hook/fire.rb -- cgit v1.2.3