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

## Description - Upgrades mkdocs from 5->6 following migration guide - Updates ex_doc for compatibility ## Licensing/Copyright I certify that I own, and have sufficient rights to contribute, all source...

## Description Adds hot upgrade support and documentation. Closes #195. ## Licensing/Copyright **By submitting this PR, you agree to the following statement, please read before submission!** I certify that I...

Although Elixir 1.9 has built-in support for releases, Distillery is still necessary when using Bootleg to perform hot upgrades and when using overlays. In most other cases, the built-in release...

This is a placeholder to track an open issue at https://github.com/bitwalker/distillery/issues/693 about Distillery not updating `var/start_erl.data`, so the incorrect version of the application is started. A workaround is to remove...

Currently if the user wants to make use of `Bootleg.UI` or `Bootleg.Config` they need to import it themselves: ```elixir use Bootleg.DSL task :foo do alias Bootleg.UI UI.info("Ok, getting started") end...

question

It seams that rollup updates are not supported. Any intention on supporting them?

feature

make sure assets can be built when using local, remote, docker

phoenix