Now hosted!

This commit is contained in:
2025-09-04 21:29:13 -05:00
parent 99bbe03b98
commit 1a9871ac5d
3 changed files with 6 additions and 60 deletions

View File

@@ -1,9 +1,6 @@
#!/usr/bin/env bash
git pull
bun update
mv ./next.config.js ./host/next/config/next.config.default.js
cp ./host/next/config/next.config.build.js ./next.config.js
sudo docker compose -f ./host/next/docker/compose.yaml down
sudo docker compose -f ./host/next/docker/compose.yaml build
sudo docker compose -f ./host/next/docker/compose.yaml up -d
cp ./host/next/config/next.config.default.js ./next.config.js