|
|
|
|
|
by stanislavb
1626 days ago
|
|
I'd say it's kind of possible when you use a solid framework and a homogeneous tech stack. For example, I run a few relatively big projects (millions of page-views per month), and I've achieved some solid automation through Ansible - both provisioning and deployments. The primary tech is Ruby on Rails + Postgres, and it's relatively easy to maintain current. As long as I keep all the projects up to date, things are under control. For example, bumping Ruby's version (or Rails) on one of the projects has an almost one-time cost, as long as I do that at the same time for all projects and document it. |
|