feat: /ci-cd page with Gitea Actions setup guide v1.0.182
Deploy contracts-flask / validate (push) Successful in 0s
Deploy contracts-flask / validate (push) Successful in 0s
This commit is contained in:
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user