From 17a8d602ceba5c08ffd33c1eba7c965cb7a579b4 Mon Sep 17 00:00:00 2001 From: Thorsten Bus Date: Wed, 1 Apr 2026 07:41:16 +0200 Subject: [PATCH] add update script for production --- update-prod.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 update-prod.sh diff --git a/update-prod.sh b/update-prod.sh new file mode 100755 index 0000000..83cadb3 --- /dev/null +++ b/update-prod.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +git fetch && git pull + +docker-compose build +docker-compose up -d