Skip to content
Oeiuwq Faith Blog OpenSource Porfolio

vic/phoenix_now

Example Phoenix deployment to Zeist Now.

vic/phoenix_now.json
{
"defaultBranch": "master",
"description": "Example Phoenix deployment to Zeist Now.",
"fullName": "vic/phoenix_now",
"homepage": "",
"language": "Elixir",
"name": "phoenix_now",
"pushedAt": "2016-09-26T03:05:23Z",
"stargazersCount": 14,
"updatedAt": "2023-09-01T10:51:24Z",
"url": "https://github.com/vic/phoenix_now"
}

This is an example project showing how to build a phoenix app with docker and publish it on Zeit.

Add a dependency on your mix.exs file for distillery Setup your rel/config.exs file.

Check on Dockerfile* for the correct elixir version to be used during build.

  • Copy this project’s docker_build task

Building the release inside docker is important if you want to include the ERTS (erlang runtime) as the binary needs to be created for the target platform.

Terminal window
mix docker.build
Terminal window
now