From aacb641d0360dfd0be4de709a63f81648d492f92 Mon Sep 17 00:00:00 2001 From: Rui Lopes Date: Thu, 1 Feb 2024 11:52:12 +0000 Subject: [PATCH] feat: remove heroku static buildpack --- phoenix_static_buildpack.config | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 phoenix_static_buildpack.config diff --git a/phoenix_static_buildpack.config b/phoenix_static_buildpack.config deleted file mode 100644 index 403706c5..00000000 --- a/phoenix_static_buildpack.config +++ /dev/null @@ -1,26 +0,0 @@ -# Clean out cache contents from previous deploys -clean_cache=false - -# We can change the filename for the compile script with this option -compile="compile" - -# We can set the version of Node to use for the app here -node_version=18.12.0 - -# We can set the version of NPM to use for the app here -npm_version=8.19.2 - -# We can set the version of Yarn to use for the app here -yarn_version=4.0.0 - -# We can set the path to phoenix app. E.g. apps/phoenix_app when in umbrella. -phoenix_relative_path=. - -# Remove node and node_modules directory to keep slug size down if it is not needed. -remove_node=false - -# We can change path that npm dependencies are in relation to phoenix app. E.g. assets for phoenix 1.3 support. -assets_path=. - -# We can change phoenix mix namespace tasks. E.g. `phoenix` for phoenix < 1.3 support. -phoenix_ex=phx