Buddy looks nice as service, nice job. It doesn't seem expensive so that's also a bonus, I guess the real test is the reliability of the service.<p>How long have you been working on the service?<p>Also, sorry for this, but my OCD is taking over:<p>> Wait, their could be more // their -> <i>there</i><p>> your Pipeline got you covered // got -> <i>has</i> (unless you want to use slang, which could be an option)
This initially came off as a new way to more efficiently manage project development and builds, but now it seems like it's just another CI platform. Or am I missing something?
No, no, no, no.
curl -sSL <a href="https://get.buddy.works" rel="nofollow">https://get.buddy.works</a> | sh && sudo buddy install<p>buddy install clearly uses docker-compose, just give users the docker-compose file!
I use CircleCI and I am very satisfied. But I will take a look on Buddy, it seems more easy to configure, apparently.<p>CircleCI don't have a clear documentation about all the possibilites the service can do.
<i>Shameless plug.</i><p>Interestingly, we open sourced Pipelines[1] a week ago.<p>We felt a lot of the automation platforms out there are still very focused on a narrow "clone from GitHub/BitBucket → build → test → deploy" use case.<p>The only alternatives we had for more complicated scenarios were things like Jenkins. I'm not a fan. With Pipelines, you get up and running in 2 minutes with:<p><pre><code> pip install pipelines
</code></pre>
We use Ansible, Docker and a few other tools that just need to be easily run and orchestrated. We also wanted to have logs and letting colleagues easily trigger things from Slack/Web UI.<p>We're adding a few plugin (Docker, scheduler, LDAP, GitHub login, SMS...) for some of our needs. Would be interesting to see how this works for other people.<p>1: <a href="https://github.com/Wiredcraft/pipelines" rel="nofollow">https://github.com/Wiredcraft/pipelines</a>
This looks very promising. I've been looking for a ci/CD platform that builds docker images <i>and</i> has pipelines. I even started building my own cause I couldn't find anything out there.