Home
Starting Up
Case Studies DB
Products
Ideas DB
Vibe Coding Tools
Subscribe to IH+
Starting Up
Case Studies
Ideas DB
Products DB
Join
3
Likes
11
Comments
Which CI CD systems do you use?
by
Raiyan Yahya
What is the most popular ci cd system among IHs?
We are using the Gitlab CI/CD features built-in.
In the past I used Travis CI, Appveyor and sometimes GitLab CI, but nowadays I’m defaulting to GitHub Actions.
I’m publishing several npm packages this way, do deployments to bare metal via SSH, or trigger other tools.
My use github actions as well its my favourite.
I'm not sure this is right, but I push to github which pushes to heroku automatically. should I have something else there too?
Nope you are rights thats a cd system as well. You might be using github actions or heroku must be listening for events on your repo.
Previously I used a lot of Drone.IO, but lately I’ve been moving to more Woodpecker CI
I have used drone.io and I like the UI a lot.
I push to master and stuff gets deployed on Vercel. Don't have anything else in there.
That is continous deployment as well. And its vercel that picks up the event on your repo.
GitHub / Cloudflare integration works for most of my projects.
And for some self hosted stuff it is just a manual git pull.
I use github actions for cloudflare serverless functions and kv store. I have a website which is hosted on cloudflare pages which is dorectly connected to github and is built by cloudflare.