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