DEV Community

Discussion on: How does deployment work at your organization?

Collapse
 
pavelloz profile image
Paweł Kowalski • Edited

Github push ->
Jenkins CI Build docker images ->
Terraform (or CloudFormation, depends on stack) apply if changed infra ->
New stack spin up ->
Switch LB to new stack when new code is green ->
Cleanup old stack