Packages
deli
0.1.23
0.2.0-rc.6
0.2.0-rc.5
0.2.0-rc.4
0.2.0-rc.3
0.2.0-rc.2
0.2.0-rc.1
0.1.28
0.1.27
0.1.26
0.1.25
0.1.23
0.1.22
0.1.21
0.1.20
0.1.19
0.1.18
0.1.17
0.1.15
0.1.14
0.1.13
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
retired
0.1.7
retired
0.1.6
retired
0.1.5
retired
0.1.4
retired
0.1.3
retired
0.1.2
retired
0.1.1
retired
0.1.0
retired
Easy deployment for Elixir apps
Current section
Files
Jump to
Current section
Files
CHANGELOG.org
*** v0.1.23
- [NEW] Allow name for remote user different than app name
- [NEW] Output full status response when verbose
- [NEW] Run observer to remote node with a simple call
- [FIX] Restart expects node to be running
*** v0.1.22
- [NEW] Better failure details output
- [NEW] `Deli.Command` for env-agnostic mix tasks
- [NEW] Better output when confirming deploy
*** v0.1.21
- [FIX] Fix edeliver tags in build command
*** v0.1.20
- [FIX] Move user creation lower in dockerfile to adapt to another change
*** v0.1.19
- [FIX] Do not ignore docker keys in git, that is needed
*** v0.1.18
- [NEW] Remove unused lang variables in dockerfile
- [NEW] Avoid rebuilding image when keys change
*** v0.1.17
- [NEW] mix deli.version
- [NEW] mix deli.status
- [NEW] mix deli.shell
- [NEW] Enable customization of bin_path (default to `/opt/APP/bin/APP`)
- [NEW] mix deli.restart
- [NEW] Quiet(er) mode without verbose
- [NEW] Generate ssh keys transparently to interface local with release builder (docker)
- [NEW] Replace :os.cmd calls for System.cmd, now with better output management
- [NEW] Organize shell commands
- [NEW] `@moduledoc false` on internal modules
*** v0.1.16
- [NEW] Add subtasks deli.release and deli.deploy
*** v0.1.15
- [NEW] Binary default, systemctl as an option
*** v0.1.14
- [NEW] Show previous status before start/stop
*** v0.1.13
- [NEW] Convenience admin commands
- [NEW] Simpler and reusable check
*** v0.1.12
- [NEW] Simplify controller configuration
- [NEW] Set runtime false in deps
- [NEW] Pass on credo and dialyzer
*** v0.1.11
- [NEW] Allow configuring another controller other than systemctl
- [FIX] Ensure target prod and production are equivalent (edeliver<->mix lingo)
*** v0.1.10
- [NEW] Improve documentation
*** v0.1.9
- [FIX] Fix error with restart
- [NEW] Improve documentation
*** v0.1.8
- [NEW] Improve logging on restart / status
*** v0.1.7
- [FIX] Resolve warning and improve logging
*** v0.1.6
- [FIX] Resolve double pinging after deploy
- [NEW] Nicer restart info
*** v0.1.5
- [FIX] Remove absolute paths from gitignore
*** v0.1.4
- [FIX] Fix adding files to gitignore
*** v0.1.3
- [FIX] Fix generation of Dockerfile in case there isn't one in .deliver/Dockerfile
*** v0.1.2
- [NEW] Deployed app inferred from Mix project
*** v0.1.1
- [FIX] Application configuration