From bd8e08c7493a7eddef5e8b27bab3eaaab8d4d50a Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Wed, 1 Feb 2023 14:38:09 -0600 Subject: [PATCH] try without node buildpack --- .buildpacks | 3 +-- mix.exs | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.buildpacks b/.buildpacks index 7fdb284..e87c921 100644 --- a/.buildpacks +++ b/.buildpacks @@ -1,3 +1,2 @@ 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 diff --git a/mix.exs b/mix.exs index 5ab1e16..de70d3f 100644 --- a/mix.exs +++ b/mix.exs @@ -73,8 +73,7 @@ defmodule Aprs.MixProject do {:faker, "~> 0.17.0", only: [:dev, :test]}, {:stream_data, "~> 0.5", only: [:dev, :test]}, {:mix_test_watch, "~> 1.1", only: [:dev, :test]}, - {:sobelow, "~> 0.8", only: :dev}, - {:codepagex, "~> 0.1.6"} + {:sobelow, "~> 0.8", only: :dev} ] end