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.
fb295cd706
...
853366799e
@ -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
|
||||
|
||||
@ -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"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user