|
|
|
|
|
by dangoldin
523 days ago
|
|
Problem is that often you also end up relying on GitHub for CI/CD so not as easy of a change. Imagine GH being down and you need to deploy a hotfix. How do you handle that? Especially, if you followed best practices and set up a system where all PRs need to go through code review. |
|
Anything you do in CI should be possible outside of CI, at least by some subset of users.