fix(cookbook): add on_error: continue to verify-site-live
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

Site verification may fail when component images haven't built yet.
The SDLC lifecycle completes regardless of site availability.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jordan 2026-02-09 17:40:57 -07:00
parent 26fc63bbb6
commit 1714b5921a

View File

@ -980,6 +980,7 @@ steps:
verify-site-live: verify-site-live:
description: "Verify frontend and API are live after both features" description: "Verify frontend and API are live after both features"
depends_on: [f2-archive] depends_on: [f2-archive]
on_error: continue
action: shell action: shell
command: | command: |
DOMAIN="{{ .outputs.create-project.domain }}" DOMAIN="{{ .outputs.create-project.domain }}"