this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix commit.sh

+4 -4
+4 -4
commit.sh
··· 11 11 echo "git reset --hard origin/master" 12 12 git reset --hard origin/master 13 13 14 - echo "curl -d fetched-latest http://compuper:6500/notify" 15 - cat <<BODY | curl -d @- http://compuper:6500/notify 14 + echo "curl -d fetched-latest http://compuper.tailnet:6500/notify" 15 + cat <<BODY | curl -d @- http://compuper.tailnet:6500/notify 16 16 name=vps%3A%20git%20($(git log -1 --pretty=format:%h)) 17 17 &timeout=5000 18 18 &body=fetched%20latest%20git%20commit%20for%20vielle.dev/vps-config ··· 25 25 echo "docker compose up -d --force-recreate" 26 26 docker compose up -d --force-recreate 27 27 28 - echo "curl -d ready http://compuper:6500/notify" 29 - cat <<- BODY | curl -d @- http://compuper:6500/notify 28 + echo "curl -d ready http://compuper.tailnet:6500/notify" 29 + cat <<- BODY | curl -d @- http://compuper.tailnet:6500/notify 30 30 name=vps%3A%20ready%20($(git log -1 --pretty=format:%h))\ 31 31 &timeout=5000 32 32 &body=finished%20building%20docker