Add Core Hub staging deployment profile

This commit is contained in:
2026-06-27 21:11:46 +02:00
parent f280f9b0f8
commit b895d1f772
12 changed files with 519 additions and 2 deletions

View File

@@ -1,7 +1,9 @@
.PHONY: install test lint run openapi migrate-validate deployed-smoke playwright-install visual-check
.PHONY: install test lint run openapi migrate-validate deployed-smoke staging-profile-check container-build playwright-install visual-check
UV ?= /home/worsch/.local/bin/uv
PYTHONPATH ?= src
IMAGE_REPOSITORY ?= gitea.coulomb.social/coulomb/core-hub
IMAGE_TAG ?= dev
install:
$(UV) sync --extra dev
@@ -25,6 +27,12 @@ migrate-validate:
deployed-smoke:
PYTHONPATH=$(PYTHONPATH) $(UV) run --extra dev python scripts/core_hub_deployed_smoke.py
staging-profile-check:
PYTHONPATH=$(PYTHONPATH) $(UV) run --extra dev python scripts/check_staging_profile.py
container-build:
docker build -t $(IMAGE_REPOSITORY):$(IMAGE_TAG) .
playwright-install:
$(UV) run --extra dev playwright install chromium