add update script for production

This commit is contained in:
Thorsten Bus 2026-04-01 07:41:16 +02:00
parent 5eeca25d18
commit 17a8d602ce

6
update-prod.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
git fetch && git pull
docker-compose build
docker-compose up -d