Files
HomeServerServices/homepage/update.sh
2026-02-11 18:15:23 +04:00

8 lines
118 B
Bash
Executable File

cd src
git pull
cd ..
podman-compose down
podman-compose up -d --build
cd ../proxy
podman-compose restart nginx-proxy