alpha
Login
or
Join now
vielle.dev
/
server-config
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Config files for my server. Except not my secrets
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix commit.sh
author
afterlifepro
date
4 months ago
(Mar 8, 2026, 1:30 PM UTC)
commit
42103836
42103836d408b629e279fd4c9ba6dea9f78fb779
parent
fb1b6c8e
fb1b6c8e9babc79cf5f58ca537265b413f88fbd3
+4
-4
1 changed file
Expand all
Collapse all
Unified
Split
commit.sh
+4
-4
commit.sh
View file
Reviewed
···
11
11
echo "git reset --hard origin/master"
12
12
git reset --hard origin/master
13
13
14
14
-
echo "curl -d fetched-latest http://compuper:6500/notify"
15
15
-
cat <<BODY | curl -d @- http://compuper:6500/notify
14
14
+
echo "curl -d fetched-latest http://compuper.tailnet:6500/notify"
15
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
28
-
echo "curl -d ready http://compuper:6500/notify"
29
29
-
cat <<- BODY | curl -d @- http://compuper:6500/notify
28
28
+
echo "curl -d ready http://compuper.tailnet:6500/notify"
29
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