We'll create an app named firestorm-forum, specifying the buildpack: heroku create firestorm-forum --buildpack "https://github.com/HashNuke/heroku-buildpack-elixir.git" We need to add another buildpack, to handle the static compilation for our frontend assets.
↧