DEV Community

Discussion on: How does deployment work at your organization?

Collapse
 
sergiodxa profile image
Sergio Daniel Xalambrí

For the Frontend codebase, when I merge to master code is deployed to production and staging.

For the Backend codebase, I manually create a GitHub release to trigger a deployment to production. This is because we need to do security checks in staging before the production deployment.