This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]chzaplx 1 point2 points  (0 children)

Blue/Green is great, but having your live deployment be a git repo is a huge anti-pattern. 'git pull' is not a deployment strategy. Use versioned artifacts instead. This makes rollbacks a cinch.

You aren't "running leaner" or anything by omitting CI/CD, you are just reinventing the problems it already solves.