Skip to content

Commit 98423a7

Browse files
fix caddy and umami
1 parent ed16833 commit 98423a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
cd whim
4040
git pull origin main
4141
docker compose up --build -d
42-
docker compose exec caddy caddy reload --config /etc/caddy/Caddyfile
42+
docker compose restart caddy
4343
EOF

Caddyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ whim.day {
33
}
44

55
insights.whim.day {
6-
reverse_proxy localhost:3001
6+
reverse_proxy umami:3000
77
}

0 commit comments

Comments
 (0)