Self Hosted SCM & CI/CD Chicken and Egg
from Senal@programming.dev to selfhosted@lemmy.world on 13 Apr 2024 01:20
https://programming.dev/post/12701737

cross-posted from: 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?

#selfhosted

threaded - newest

catloaf@lemm.ee on 13 Apr 2024 01:26 collapse

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.