bootleg
bootleg copied to clipboard
Simple deployment and server automation for Elixir.
Currently all tasks are loaded, so we have a `:docker_build`, `:local_build` and `:remote_build` because they need to have distinct names. Although we have a generic `:build` task, all it does...
Upfront: I don't think this is a high-priority feature, but I thought I'd write down the idea here to maybe get the ball rolling 🙂👟⚽️ When deploying with Capistrano, you...
Is there a reason why there's an extra space after the IP address in all bootleg output? ``` [a.b.c.d ] ```
Currently there is no way to tell exactly what tasks/hooks will get executed when a particular task is invoked, especially when another package is providing some of those tasks for...
When running `mix deps.get` for one or more dependencies that use `git` or `github` options, Mix calls `git --progress` behind the scenes. When building remotely this causes each "dot" of...
These would be helpers for invoking the `eval` and `rpc` Distillery runtime commands.
Fixes #254
I have an umbrella project with multiple apps. I have distillery config for all apps defined at the top level of the umbrella project. Is there any support in bootleg...