DeployGuide

Docs

Deploy your app

Ship the generated app through the runtime path your team already trusts, then smoke-test the workflow you set out to replace.

Deploy your app

SwarmCraft helps you define and build the replacement. You still deploy the finished app through the infrastructure your team operates.

Deploy your app guide overview

Deployment path

Typical deployment flow

Most teams follow the same release sequence:

  1. Build the deployable artifact.
  2. Apply the environment-specific configuration and secrets.
  3. Deploy to the target runtime.
  4. Smoke-test the workflow that motivated the project.
  5. Watch the first release closely and be ready to roll back.

Typical deployment flow and release checkpoints

Use the platform you already trust

If your delivery flow already uses Docker images, Kubernetes, or another managed platform, keep using it. SwarmCraft is not stronger because you introduce a second operations model.

In this repository, Docker and Helm guides already exist for the runtime assets. If your generated app follows a different deployment model, prefer the one your team can operate confidently.

Verify the replaced workflow

The final test is not only that the app starts. The final test is that the workflow you targeted now runs better than it did in the old tool.