bootleg icon indicating copy to clipboard operation
bootleg copied to clipboard

Simple deployment and server automation for Elixir.

Results 19 bootleg issues
Sort by recently updated
recently updated
newest added

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...

question

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 ] ```

feature
help wanted

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...

feature
help wanted

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.

feature

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...