Files
kontor/script/update
T
2026-04-18 00:29:25 +02:00

19 lines
227 B
Bash
Executable File

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