Deployment

Your project runs in three environments — DEV, which updates continuously as you work, then STAGE and PROD, which follow the versions you publish. From Deployment you see the version on each, how many changes are waiting, and you push your changes to staging or production when you're ready. Open Deployment to start.

Before you start — DEV always tracks your latest work. STAGE and PROD move only when you deploy to them. You request a deploy here; it's applied shortly after, and production picks it up at its next refresh.

See what's deployed

  1. Open Deployment. Each environment card — DEV, STAGE, PROD — shows its update mode and the version running on it. The DEV card also shows your Pending changes — what's waiting to be released.
  2. The Latest deployments table lists your recent deploys — Version, Status, Environment, Note and Date — newest first.

Deploy to staging

Release your latest changes to staging to test them.

  1. On Deployment, find the Staging card.
  2. Click Deploy to Staging.

Your deploy is recorded; the card shows it in progress, then the Staging version updates.

Note — If a deploy is already pending for staging, the card shows it in progress instead of the button until it finishes.

Deploy to production

Release a tested version to your live production environment.

  1. On Deployment, find the Production card.
  2. Click Deploy to Production.

The deploy is recorded; production picks up the new version a few minutes later — check the version on the Production card to confirm.

Note — You must deploy to staging first: until a staging version exists, Deploy to Production is disabled.