From 84d372321ae691f53e6840b356502361e2b08d55 Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Tue, 28 Jan 2025 12:43:56 -0600 Subject: [PATCH] Update nixpacks.toml Deploy assets --- nixpacks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index 697aa80..bebeb60 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -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"]