Files
techtracker/host/next/update
2025-09-04 20:19:58 -05:00

10 lines
409 B
Bash

#!/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