gaita/deploy-smoke-check

deploy-smoke-check

v0.2.0pinned version

Second 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

  1. ping_healthhttp
    zeqqat.http.getHealth
    produces status

Versions

VersionPublishedDescription
0.2.0 currentSecond version, published through test.zeqqat.com to prove the new hostname carries writes.
0.1.0Minimal 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."
}
gaita/deploy-smoke-check — Zeqqat