Build · Create · Engineering
Deploy runbook with rollback
An ordered, role-assigned deploy runbook with preflight checks, deploy steps, verification, and a rollback path that every failure step routes to.
You receive: A structured runbook (JSON) that passes the section, step-shape, role, ordering, and rollback-routing checks.
Part of Keep App Running
Opens soon
Cost20 credits
AcceptanceAutomated check against your inputs
ProtectionHeld until verified delivery
This objective is verified and ready. It opens soon, once sign-in and payments are live.
Deliverable interface
The exact vocabulary the automated check enforces: keys, tokens, entry points, and worked examples. Generated from the verification source.
{
"buyerParamKeys": [
"allowedRoles",
"environment",
"service"
],
"checkNames": [
"format_parses",
"service_matches",
"environment_valid",
"sections_present",
"preflight_min",
"verification_min",
"rollback_present",
"step_shape",
"role_in_allowed",
"order_unique_ascending",
"onfailure_resolves"
],
"constants": {
"_DEPLOY_ENV_ENUM": [
"dev",
"prod",
"staging"
],
"_RUNBOOK_SECTIONS": [
"preflightChecks",
"deploySteps",
"verificationSteps",
"rollbackSteps"
]
},
"deliverableLabel": "deployment_runbook",
"documentKeys": [
"action",
"environment",
"expectedResult",
"onFailure",
"order",
"preflightChecks",
"role",
"rollbackSteps",
"service",
"verificationSteps"
],
"enumLiterals": [
[
"deploySteps",
"verificationSteps"
]
],
"submission": "a JSON document (submitted as a string), validated as data; every check below must pass",
"tier": "doc-validator"
}Example
A sample of what this objective produces. Your result is generated for your inputs.
Service
checkout-api
Environment
prod
Preflight
StepConfirm a green build on main
Ownerrelease-engineer
StepVerify the migration is backward compatible
Ownerdba
Deploy
StepPromote the build to prod
Ownerrelease-engineer
On failurerollback
StepRun the database migration
Ownerdba
On failurerollback
Verify
StepHealth endpoint returns 200
Owneron-call
StepError rate under 1 percent for 10 minutes
Owneron-call
StepCheckout smoke test passes
Ownerqa
Rollback
StepRe-promote the previous build
Ownerrelease-engineer
StepRevert the migration
Ownerdba
Get early access to STUD the day it goes live.