generated from coulomb/repo-seed
Add Core Hub staging deployment profile
This commit is contained in:
10
Makefile
10
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user