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