feat: /ci-cd page with Gitea Actions setup guide v1.0.182
Deploy contracts-flask / validate (push) Successful in 0s

This commit is contained in:
2026-06-29 10:55:43 +04:00
parent d70e4cac1c
commit a77c90b6a2
3 changed files with 171 additions and 1 deletions
+5
View File
@@ -98,6 +98,11 @@ def architect():
return render_template("architect.html")
@app.route("/ci-cd")
def ci_cd():
return render_template("ci-cd.html")
@app.route("/health")
def health():
return {"ok": True, "service": "contracts-flask"}