Gitea + drone.io is what I am using. Very happy with the solution. - Source: Reddit / 21 days ago
Drone.io got a split into community edition and enterprise, where community edition has no agents and only a master node can serve building purpose. - Source: Reddit / about 2 months ago
I really should migrate to Gitea + drone.io. - Source: Reddit / 3 months ago
I'm really embarassed to say that I love docker-compose over K8s for its simplicity & effectiveness.But tools are reallly lacking.drone.io is like a docker-compose.yml. Simple, effictive & beautiful. - Source: Reddit / 4 months ago
Hello,as this is quite a topic and some people seem to be interested, I thought I share some Input for what I have done with drone.io and gitea for automatic deployment. Some knowledge regarding those is needed, though. It might not be perfect, but a start for others and for discussions. - Source: Reddit / 5 months ago
Is declarative, typically mapping to standard steps that will be part of building a golang application i.e. test, build and push image to container registry. Drone help to setup a build pipeline in declarative way and has plugins for all major tools/platforms including one for GoReleaser. - Source: dev.to / 5 months ago
Deploy app to production server, use ci/cd tools Like gitHub actions, drone.io. - Source: Reddit / 7 months ago
Let me introduce an Open Source project Drone -- a cloud native self-service Continuous Integration platform -- . 10 years ago old Drone was the first CI tool to leverage containers to run pipeline steps independent of each other., Today, with over 100M+ Docker pulls, and the most GitHub stars of any Continuous Integration solution, Drone offers a mature, Kubernetes based CI system harnessing the scaling and... - Source: dev.to / 8 months ago
I don't do this, but I do use drone.io, and this sounds doable. - Source: Reddit / 9 months ago
Time to ditch drone.io + gitea + trello + others lol. SWEET! I'll definitely give it a try soon!!!!! - Source: Reddit / 11 months ago
The linked article literally has a section "Why Woodpecker CI" that eplains in the first sentence it's a fork of drone.io after the latter was bought out last year. - Source: Reddit / 11 months ago
I've been trying to setup drone.io in my rockylinux VM for the past 2 days now and I still can't seem to figure it out. I followed the install instructions and have drone.io and drone-runner running as docker container, when I try and build an image this is the error I get: https://dpaste.com/DMQH9PVBX. I am running docker as root and have tried the usermod -aG docker . The odd thing is, it works perfectly in... - Source: Reddit / about 1 year ago
We're already using Drone CI for a bunch of things like building, testing, linting and releasing. For each PR Drone runs a few pipelines to give us quick feedback about the impact of the changes. In that pipeline, a pipeline builds the frontend. Since the frontend is just a classic SPA, we get a bundle of css, js, images And so forth at the end of that build. - Source: dev.to / over 1 year ago
Kinda unrelated but the same happens with me and the guys at drone.io , they blocked my github user from their Discourse for "making snarky comments" and when I complained in their GitHub repo about it they just deleted the issue. Talk about dickheads! - Source: Reddit / over 1 year ago
In my free time I use drone.io which works well in combination with gitea. That's the stack I would probably use it work as well for a small team without any budget (I'm tired of trying to convince people why a certain license tier would be beneficial) since I prefer KISS software in general but of course my colleagues/management disagree. - Source: Reddit / over 1 year ago
But I second u/mdedonno comment that you should look at using Kaniko or something similar. Personally I would also recommend evaluating drone.io or another more modern and streamlined CI system, IMHO jenkins is a pile of bailing wire and duct tape. - Source: Reddit / almost 2 years ago
You want real simplicity? Try drone.io same concept of runners but even more developer friendly than gitlab and drone doesn't try to lock you into to everything else like gitlab does. - Source: Reddit / almost 2 years ago
Found this https://github.com/laszlocph/woodpecker as forked of drone.io. - Source: Reddit / almost 2 years ago
However, this isn’t exactly DevOps. Using git provides you with the continuous integration of your code via pull requests etc., but it does not provide continuous delivery. For that, we look to a software called Drone. - Source: dev.to / about 2 years ago
I might be overthinking this but does anyone know the best way to manage a deploy a bot from a git service like gitea, to a SELF-HOSTED container... I've looked at things like drone.io but I dont think your supposed to use drone.io like that, so I was just wondering after scouring the internet for the past like week is there a proper way to deploy a bot from a git source (preferably gitea) to a docker container... - Source: Reddit / about 2 years ago
My CI server is TeamCity which offers docker Image for the main CI and docker images for agents. It is less modern / sleek then drone.io, but a good fall back if drone.io does not meet your needs. - Source: Reddit / about 2 years ago
Do you know an article comparing Drone.io to other products?
Suggest a link to a post with product alternatives.