Explore >> Select a destination


You are here

zorbash.com
| | leif.io
2.1 parsecs away

Travel
| | This is a multi part article about deployment of an Elixir application with Docker. This part will be about building a distillery release for a Phoenix Application. Part 2 will discuss packaging this release into a Docker container Part 3 will show you how to deploy this container to a container runtime. Part 4 will wrap it all up and show you how to integrate all if this into a Continuous Delivery Workflow
| | theerlangelist.com
4.1 parsecs away

Travel
| |
| | akoutmos.com
3.1 parsecs away

Travel
| | Learn how to use Elixir 1.9 releases along with multi-stage docker builds
| | www.morling.dev
15.2 parsecs away

Travel
| As a software engineer, I like to automate tedious tasks as much as possible. The deployment of this website is no exception: it is built using the Hugo static site generator and hosted on GitHub Pages; so wouldn't it be nice if the rendered website would automatically be published whenever an update is pushed to its source code repository?