Install
via Positronick CLI
$positronick loop install deploy-verification-loop
Loop
- Goal
- all post-deploy health and smoke endpoints return success
- Exit when
- every configured endpoint succeeds
Check between iterations
$curl -fsS <your-health-url>
Kickoff prompt
›Start the "Deploy Verification Loop" loop.
Goal: all post-deploy health and smoke endpoints return success
Max iterations: 8
Between iterations run: curl -fsS <your-health-url>
Exit when: every configured endpoint succeeds
Step 1: On an interval, hit health and smoke endpoints after a deploy until all checks return healthy responses.