kalicz/Verify Deployment
Polls a health endpoint with retries to verify a deployment is live and healthy.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| health-url | The full URL of the health endpoint (e.g., https://api.example.com/health) | yes | — |
| expected-content | Optional string that must appear in the response body (e.g., a commit SHA). When empty, only HTTP 200 is checked. | no | "" |
| max-attempts | Maximum number of health check attempts before failing | no | 20 |
| retry-interval | Seconds to wait between retries | no | 5 |
Outputs
no outputs