try without node buildpack
This commit is contained in:
parent
61e757d9e9
commit
bd8e08c749
2 changed files with 2 additions and 4 deletions
|
|
@ -1,3 +1,2 @@
|
||||||
https://github.com/HashNuke/heroku-buildpack-elixir.git
|
https://github.com/HashNuke/heroku-buildpack-elixir.git
|
||||||
https://github.com/gjaldon/heroku-buildpack-phoenix-static.git
|
#https://github.com/gjaldon/heroku-buildpack-phoenix-static.git
|
||||||
|
|
||||||
|
|
|
||||||
3
mix.exs
3
mix.exs
|
|
@ -73,8 +73,7 @@ defmodule Aprs.MixProject do
|
||||||
{:faker, "~> 0.17.0", only: [:dev, :test]},
|
{:faker, "~> 0.17.0", only: [:dev, :test]},
|
||||||
{:stream_data, "~> 0.5", only: [:dev, :test]},
|
{:stream_data, "~> 0.5", only: [:dev, :test]},
|
||||||
{:mix_test_watch, "~> 1.1", only: [:dev, :test]},
|
{:mix_test_watch, "~> 1.1", only: [:dev, :test]},
|
||||||
{:sobelow, "~> 0.8", only: :dev},
|
{:sobelow, "~> 0.8", only: :dev}
|
||||||
{:codepagex, "~> 0.1.6"}
|
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue