Comment on What would it take for you to move away from Github?
SpaceNoodle@lemmy.world 1 year ago
It would take a lot to get me to start using it. Git is great, and GitHub is a mess.
Comment on What would it take for you to move away from Github?
SpaceNoodle@lemmy.world 1 year ago
It would take a lot to get me to start using it. Git is great, and GitHub is a mess.
onlinepersona@programming.dev 1 year ago
What are you on now? Codeberg?
SpaceNoodle@lemmy.world 1 year ago
Self-hosted Gitea.
onlinepersona@programming.dev 1 year ago
What do you use for CICD? And AFAIK federation hasn’t been implemented yet, right?
alr@programming.dev 1 year ago
I know this will come as a shock to a lot of people, but a lot of software doesn’t do CI/CD. Especially CD. Basically only webapps can do CD, although Dropbox is close with weekly releases. A lot of enterprise and industry software still does quarterly or even semiannual releases. Hospitals, banks, and government agencies in particular have stringent vetting procedures that mean they can spend months verifying and approving a new major version before upgrading, so there’s no point throwing one at them every couple weeks.