update bcard response text
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2026-02-15 10:06:17 +00:00
parent 3e77e952c7
commit 9bb6f77486

View File

@@ -11,5 +11,5 @@ async fn main() {
} }
async fn handler() -> Html<&'static str> { async fn handler() -> Html<&'static str> {
Html("<h1>Mikhail Kilin</h1><p>Full CI/CD pipeline works! (Woodpecker v3)</p>") Html("<h1>Mikhail Kilin</h1><p>bcard v2 — deployed via Woodpecker CI + ArgoCD</p>")
} }