AlloyCI - Continuous Integration, Deployment, and Delivery coordinator, written in Elixir

Hi everyone!

I wanted to introduce to you to a projects I started a few months ago. It is called AlloyCI and it is a Continuous Integration, Deployment, and Delivery coordinator, written in Elixir, that takes advantage of the GitLab CI Runner, and its capabilities as executor, to prepare and run your pipelines.

I prepared a blog post where I introduce the project. If you’d like you can read it here.

Long story short, I wanted to learn Elixir by creating a real world, non-trivial application, and I decided to create a CI coordinator because my experience working with the GitLab codebase. You can also try it out at https://alloy-ci.com

The project is open sourced under the GPLv3 license.

I would love to hear what you think.

8 Likes

I really like that you base it off gitlab runners. :slight_smile:

Also a docker image to run on own servers is top-notch!

Quite a cool strategy to use Gitlab Runners to run from github, I like the unification. :slight_smile:

1 Like