Skip to content

Create separate Dev / Staging deployments

Right now our CI deploys to a single droplet as part of CD.

We want to create two forms of deployment via gitlab actions:

  1. Continuous deployment from main to a "Dev" droplet.
  2. Manual deployment (via a button) from main to a "Staging" droplet.

We should have both of these droplets be OTS droplets.

Edited by Daniel Schultz