ci: central services images veröffentlichen
All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 33s
Build and Push Docker Images / build-frontend (push) Successful in 18s
Build and Push Docker Images / build-website (push) Successful in 16s
Build and Push Docker Images / build-central-services-api (push) Successful in 38s
Build and Push Docker Images / build-central-services-admin (push) Successful in 1m0s
Build and Push Docker Images / build-docs (push) Successful in 17s

This commit is contained in:
2026-08-02 17:23:30 +02:00
parent 3755b4136a
commit 28c5e8511f
5 changed files with 80 additions and 8 deletions

View File

@@ -70,8 +70,9 @@ echo "Die DNS-A/AAAA-Records beider Domains müssen auf diesen Server zeigen."
if [[ "${1:-}" == "--start" ]]; then
cd "$ROOT_DIR"
docker compose up -d --build
docker compose pull
docker compose up -d
docker compose ps
else
echo "Start: cd $ROOT_DIR && docker compose up -d --build"
echo "Start: cd $ROOT_DIR && docker compose pull && docker compose up -d"
fi