Self Hosted SCM & CI/CD Chicken and Egg

cross-posted from: https://programming.dev/post/12701628

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?

5 points · 1 comments · view on lemmy.world

1 Comments

catloaf@lemm.ee · 7 pts · 2y

Deploy the scm manually first, put everything together, then redeploy. If you do it right, it'll redeploy in-place and pick everything up. No point in starting with CI/CD if it has nothing to pull from.