mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Compare commits
5 Commits
853366799e
...
fb295cd706
| Author | SHA1 | Date | |
|---|---|---|---|
| fb295cd706 | |||
| 7ebd767ba7 | |||
| 922b39e5b4 | |||
| 977828a75f | |||
| 08b22bff50 |
@ -19,5 +19,5 @@ config :chess, Chess.Repo,
|
||||
adapter: Ecto.Adapters.Postgres,
|
||||
url: System.get_env("DATABASE_URL"),
|
||||
database: "",
|
||||
ssl: true,
|
||||
ssl: false,
|
||||
pool_size: 1
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
[phases.install]
|
||||
aptPkgs = ["...", "build-essential"]
|
||||
aptPkgs = ["...", "yarnpkg", "build-essential"]
|
||||
|
||||
[phases.build]
|
||||
cmds = ["mix compile", "mix ecto.setup", "pushd assets && yarn install && popd"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user