From 2fb7016912550349dd7e5721f334ac15503e7d86 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Wed, 22 Oct 2025 14:36:12 -0500 Subject: [PATCH] add disco.json --- disco.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 disco.json diff --git a/disco.json b/disco.json new file mode 100644 index 0000000..1ba142e --- /dev/null +++ b/disco.json @@ -0,0 +1,19 @@ +{ + "version": "1.0", + "services": { + "web": { + "port": 4000, + "command": "mix phx.server" + }, + "worker": { + "command": "mix run --no-halt" + } + }, + "build": { + "command": "mix assets.deploy && mix release", + "env": { + "MIX_ENV": "prod", + "PHX_SERVER": "true" + } + } +} \ No newline at end of file