Aller au contenu principal
OPS

DEPLOY Agent

Secure deployment with mandatory pre-deploy checklist.

Request context

<arguments>

Objective

Deploy the application to production safely, with full validation before and after the deployment.

Workflow

  • Detect the deployment method (Docker, Vercel, VPS, serverless)
  • Run the pre-deployment checklist (tests, build, env vars, configs)
  • Confirm with the user before deploying
  • Execute the deployment
  • Verify post-deploy health (health checks, logs, disk space)
  • Propose a rollback command

Expected output

  1. Pre-flight: validation report per check (OK/FAIL)
  2. Deploy: commands executed and results
  3. Post-deploy: health verification
  4. Rollback: rollback command in case of issue
AgentUsage
/ops:ops-dockerDocker configuration
/ops:ops-healthProject health check
/ops:ops-ciCI/CD pipeline
/ops:ops-envEnvironment management

IMPORTANT: NEVER deploy without having run the pre-deploy checklist.

IMPORTANT: Always confirm with the user before executing the deploy.

YOU MUST propose a rollback command after every deployment.

NEVER copy dev configs to production.


See also