Akd - Elixir Deployment Automation Package

Hi everyone,

We (Annkissam) just published our deployment automation package, akd. Akd is inspired by ruby’s Capistrano. It allows Elixir developers to easily compose a series of automated deployment tasks, and integrate with tools like distilery and docker , which simplify building and releasing Elixir applications. For more information and a detailed walkthrough, check out this post.

16 Likes

Tnx! Building releases and deploying them was for me one of the hardest parts of Elixir. Figured it out by relying extensively on Ansible. Depending on having enough free time I might rebuild the CI/CD using this.

Thumbs up for releasing it for the public :slight_smile:

1 Like