Files
kontor/script/update
T
Thomas Peetz bda453a92a
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
change to version 0.4.0-SNAPSHOT
2026-08-25 11:11:51 +02:00

20 lines
221 B
Bash
Executable File

#!/bin/bash
# script/update:
set -e
cd "$(dirname "$0")/.."
source version
echo "==> Stopping and removing pod kontor"
if podman pod exists kontor; then
podman pod stop kontor
fi
#script/cibuild
script/setup