ci: add backend v2 deployment workflow
Generic Container CI/CD / test-build-publish (push) Failing after 6s
Server CI/CD v2 / build-test-publish-and-deploy (push) Failing after 6s

This commit is contained in:
TJWater CI
2026-08-11 09:51:12 +08:00
parent 80b6970970
commit 6556adec47
3 changed files with 29 additions and 0 deletions
+5
View File
@@ -63,6 +63,11 @@ app = FastAPI(
)
@app.get("/health", include_in_schema=False)
async def health() -> dict[str, bool]:
return {"ok": True}
# Include Routers
app.include_router(api_router, prefix="/api/v1")
# Legcy Routers without version prefix