1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Compare commits

..

No commits in common. "ef8d07e77b0594c02025889b33e85219cecec1e7" and "c0d1ffee3a664818fd8212f7b49ef2307c867d4d" have entirely different histories.

4 changed files with 6 additions and 3 deletions

4
.buildpacks Normal file
View File

@ -0,0 +1,4 @@
https://github.com/gigalixir/gigalixir-buildpack-clean-cache.git
https://github.com/HashNuke/heroku-buildpack-elixir
https://github.com/gjaldon/heroku-buildpack-phoenix-static
https://github.com/gigalixir/gigalixir-buildpack-distillery.git

View File

@ -1,4 +1,4 @@
elixir 1.11.4
elixir 1.11.3
python 2.7.14
nodejs 10.16.0
erlang 23.2.3

View File

@ -1 +0,0 @@
FROM elixir:1.11.4

View File

@ -5,7 +5,7 @@ defmodule Chess.Mixfile do
[
app: :chess,
version: "0.2.0",
elixir: "~> 1.11.4",
elixir: "~> 1.11.3",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
build_embedded: Mix.env() == :prod,