SSWConsulting / SSW.CodeAuditor

SSW Code Auditor V2
6 stars 6 forks source link

👷 CI/CD | Move to gated deployments #913

Closed zacharykeeping closed 2 weeks ago

zacharykeeping commented 3 months ago

Pain

Currently we have a convoluted build and deployment story which requires merging pull requests to the staging branch to first deploy the staging site, and then merging the staging branch to main to do a production deployment.

Suggested Solution

We should update this to use gated deployments with gates for Staging then Production on main and remove the existing staging branch workflow.

Tasks

Thanks!