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:
- Continuous deployment from main to a "Dev" droplet.
- 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