mirror of
https://github.com/benbusby/farside.git
synced 2025-06-08 10:26:36 +00:00
refactor
This commit is contained in:
parent
d69b859910
commit
a76046a41b
9 changed files with 85 additions and 95 deletions
10
heroku.yml
Normal file
10
heroku.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
setup:
|
||||
build:
|
||||
docker:
|
||||
web: Dockerfile
|
||||
run:
|
||||
web: exec /opt/app/bin/server start
|
||||
config:
|
||||
MIX_ENV: prod
|
||||
FARSIDE_PORT: $FARSIDE_PORT
|
||||
FARSIDE_SERVICES_JSON: $FARSIDE_SERVICES_JSON
|
Loading…
Add table
Add a link
Reference in a new issue