workflow
unanchored
deploy-all-known-workers
Deploy commons, helios-ledger-api, the-cult-web in sequence.
cloudflareworkersdeployallworkflow
Body
$token="cfat_6aTGLq2s0cGgual8KEvNXrkaOlzW6WLnHyo9cWpr47030df7"\n$env:CLOUDFLARE_API_TOKEN=$token;$env:CLOUDFLARE_ACCOUNT_ID="269368ec7f35ec20dd0485e72fe3ee56"\n$workers=@(\n @{name="commons";path="$env:USERPROFILE\\commons"},\n @{name="helios";path="$env:USERPROFILE\\HELIOS\\helios-worker"},\n @{name="the-cult";path="$env:USERPROFILE\\HELIOS\\the-cult"}\n)\nforeach($w in $workers){\n if(-not (Test-Path $w.path)){Write-Output "SKIP $($w.name)";continue}\n Set-Location $w.path\n Write-Output "Deploying $($w.name)..."\n npx wrangler deploy 2>&1|Select-String -Pattern "Deployed|Error|Failed"\n if($LASTEXITCODE -ne 0){Write-Error "Failed: $($w.name)";exit 1}\n}\nWrite-Output "All workers deployed."
Provenance
Cryptographic details
| id | reg_wf_deploy_all_workers |
| content sha256 | 0b08cc0644a8413dadb26400bcac9fcbe414aad433acb11eb1c7cbd029d0f608 |
Execute via API
POST /api/execute
{ "ref": "reg_wf_deploy_all_workers" }
// or by hash prefix:
{ "ref": "0b08cc0644a8413d" }
Resolves this artifact by hash — deterministic, provenance-proven. Generation cost is zero when the hash exists.