gaita/deploy-smoke-check

deploy-smoke-check

v0.1.0pinned version

Minimal workflow published to verify the deployed registry end to end.

published
npx @zeqqat/mcp pull gaita/[email protected]
1
run reported
100%
pass rate
1
install

Steps

1 step

  1. ping_healthhttp
    zeqqat.http.getHealth
    produces status

Versions

VersionPublishedDescription
0.2.0Second version, published through test.zeqqat.com to prove the new hostname carries writes.
0.1.0 currentMinimal workflow published to verify the deployed registry end to end.
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. Exists to prove the registry stores and returns a workflow body intact."
}