gaita/deploy-smoke-check
deploy-smoke-check
v0.2.0pinned versionSecond version, published through test.zeqqat.com to prove the new hostname carries writes.
published
npx @zeqqat/mcp pull gaita/[email protected]no runs reported yet
runs
Steps
1 step
- ping_healthhttpzeqqat.http.getHealthproduces status
Versions
Raw workflow JSON
{
"name": "deploy_smoke_check",
"tags": [
"smoke"
],
"steps": [
{
"id": "ping_health",
"type": "http",
"calls": "zeqqat.http.getHealth",
"outputs": {
"status": {
"type": "string",
"required": true
}
}
}
],
"requires": [],
"description": "Calls one HTTP endpoint and returns its status."
}