|
|
|
|
|
by thisdougb
452 days ago
|
|
I moved from GitHub to self-hosted gitolite. I use a (standard) Makefile in each repo, which my deploy job runs (make test, make build, etc). I use githooks to do various automation. It's really not that much different to GH Actions, and not more work. But it's much faster, and easier to work with. If you're working in a team, then PRs are hard to replace. |
|