pp-planer/update-prod.sh
2026-04-01 07:41:16 +02:00

7 lines
78 B
Bash
Executable file

#!/bin/bash
git fetch && git pull
docker-compose build
docker-compose up -d