diff --git a/main.py b/main.py index 90f4396..ebc18f2 100644 --- a/main.py +++ b/main.py @@ -14,6 +14,7 @@ def root() -> dict: return { "service": "sg-app-python", "message": "hello from FastAPI on Seagit", + "build": "ci-1", "python": platform.python_version(), "commit": os.getenv("GIT_SHA", "unknown"), }