From 9edc8a69200e84e5ab2d85d574e065cca5ff6789 Mon Sep 17 00:00:00 2001 From: afterlifepro Date: Tue, 2 Dec 2025 22:13:14 +0000 Subject: [PATCH] timeout notifications to stop em pilling up lol --- commit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commit.sh b/commit.sh index e39f025..0350334 100755 --- a/commit.sh +++ b/commit.sh @@ -12,7 +12,7 @@ git reset --hard origin/main echo "git fetched!" -curl -d "name=pi%20git%20updated%20$(git log -1 --pretty=format:%h)&body=fetched%20latest%20git%20commit%20for%20vielle.dev/pi-config&key=pi/commit/git" http://compuper:6500/notify +curl -d "name=pi%20git%20updated%20$(git log -1 --pretty=format:%h)&timeout=5000&body=fetched%20latest%20git%20commit%20for%20vielle.dev/pi-config&key=pi/commit/git" http://compuper:6500/notify # restart/rebuild all containers docker compose build @@ -21,6 +21,6 @@ docker compose up -d --force-recreate --remove-orphans # clear out dockerfiles to stop my drive exploding docker system prune -af -curl -d "name=pi%20ready&body=finished%20building%20docker&key=pi/commit/build" http://compuper:6500/notify +curl -d "name=pi%20ready&timeout=5000&body=finished%20building%20docker&key=pi/commit/build" http://compuper:6500/notify exit 0 \ No newline at end of file -- 2.51.2