Skip to content

Instantly share code, notes, and snippets.

@chrismcg
Created September 26, 2015 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrismcg/01a67395327e2b8b8165 to your computer and use it in GitHub Desktop.
Save chrismcg/01a67395327e2b8b8165 to your computer and use it in GitHub Desktop.
2015-09-26T15:00:48.868977+00:00 heroku[web.1]: Starting process with command `mix phoenix.server`
2015-09-26T15:00:51.827994+00:00 app[web.1]: Shall I install Hex? [Yn] ** (Mix) Could not find an SCM for dependency :phoenix from Phlink.Mixfile
2015-09-26T15:00:51.811929+00:00 app[web.1]: Could not find Hex, which is needed to build dependency :phoenix
2015-09-26T15:00:52.694003+00:00 heroku[web.1]: State changed from starting to crashed
2015-09-26T15:00:52.683127+00:00 heroku[web.1]: Process exited with status 1
@chrismcg
Copy link
Author

# Erlang version
erlang_version=18.0

# Elixir version
elixir_version=1.1.0

# Always rebuild from scratch on every deploy?
always_rebuild=false

# Export heroku config vars
config_vars_to_export=(DATABASE_URL SECRET_KEY_BASE)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment