Struggling with a problem that i just can’t seem to figure out.

When starting from scratch self hosting both the SCM and CI/CD server.

Given that you can’t use an existing setup to deploy/manage it, what is the best practice for deploying said services?

  • Senal@programming.devOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 months ago

    Isn’t this what bootstrapping is for? Manually set up the system to the point it can be taken over by ci/cd

    Indeed, was just wondering if there was some industry standard i was missing that was a bit more managed.

    No worries if not.