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

Compare commits

..

No commits in common. "fb295cd706bad69debb4e86c4aa34b8156eb59b8" and "853366799e5612b7d3b651dc65dd17d2610f62f0" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -19,5 +19,5 @@ config :chess, Chess.Repo,
adapter: Ecto.Adapters.Postgres,
url: System.get_env("DATABASE_URL"),
database: "",
ssl: false,
ssl: true,
pool_size: 1

View File

@ -1,5 +1,5 @@
[phases.install]
aptPkgs = ["...", "yarnpkg", "build-essential"]
aptPkgs = ["...", "build-essential"]
[phases.build]
cmds = ["mix compile", "mix ecto.setup", "pushd assets && yarn install && popd"]