|
|
|
|
|
by safaci2000
1471 days ago
|
|
This blog articles feels too black or white. There's a middle ground between microservices and de-coupling. The UI can be written in JS/TS with a backend written in a more scalable faster language. It doesn't need to be all or nothing? Even if you stick to Ruby pulling some things apart due to separate concern/responsibilities is not a bad approach. Aka if you have workers/cleanup operations they don't need to live in the same code as your REST/MVC code base. Also, it would be nice if their CI/CD could be defined in multiple .yml instead of one giant file that I seem to end up in most projects. |
|
It can. You can use `include` to include templates and job definitions from other files. Also, with child pipelines (i.e. trigger jobs), you can run a pipeline defined in a separate YAML file.