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

Update nixpacks.toml

Deploy assets
This commit is contained in:
Daniel Barber 2025-01-28 12:43:56 -06:00 committed by GitHub
parent 08ac36a5cc
commit 84d372321a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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