Can deploy this app on Digital Ocean $5 droplet. Apply for $100 credit with Digital Ocean using this link
Install nginx on ubuntu with:
sudo apt-get install nginxEdit/Create config for proxy pass at /etc/nginx/sites-enabled/default
wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb
sudo dpkg -i erlang-solutions_1.0_all.deb
sudo apt-get install esl-erlang elixir -ysudo apt-get install nodejs npmscp config/prod.secret.exs user@server.com:/secret/file/location/.defp deps do
[
{:edeliver, ">= 1.6.0"},
{:distillery, "~> 2.0", warn_missing: false}
]
endmix do deps.get, release.initCreate file at .deliver/config
mix edeliver update production --start-deploy