+2
-2
commit.sh
+2
-2
commit.sh
···
12
12
13
13
echo "git fetched!"
14
14
15
-
curl -d "name=pi%20git%20updated&body=fetched%20latest%20git%20commit%20for%20vielle.dev/pi-config" http://compuper:6500/notify
15
+
curl -d "name=pi%20git%20updated&body=fetched%20latest%20git%20commit%20for%20vielle.dev/pi-config&key=pi/commit/git" http://compuper:6500/notify
16
16
17
17
# restart/rebuild all containers
18
18
docker compose build --no-cache
···
21
21
# clear out dockerfiles to stop my drive exploding
22
22
docker system prune -af
23
23
24
-
curl -d "name=pi%20ready&body=finished%20building%20docker" http://compuper:6500/notify
24
+
curl -d "name=pi%20ready&body=finished%20building%20docker&key=pi/commit/build" http://compuper:6500/notify
25
25
26
26
exit 0