From 72e68ccb90f503059fd086205e22d27d8280490a Mon Sep 17 00:00:00 2001 From: lub Date: Sun, 21 May 2023 18:45:59 +0200 Subject: [PATCH] add update.sh --- update.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 update.sh diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..8336b15 --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +docker buildx build --no-cache -t gitea.lubiland.de/gamemodeon/autochannel:latest . && docker push gitea.lubiland.de/gamemodeon/autochannel:latest