Created
August 19, 2017 15:53
-
-
Save AndrewDryga/b0b98a0accf87540fb5a5136d4e24c86 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "myappapi", | |
"description": "MyApp Backend Application", | |
"scripts": { | |
"postdeploy": "/app/bin/myapp seed" | |
}, | |
"env": { | |
"MY_ENV_VARIABLE": { | |
"required": true | |
} | |
}, | |
"formation": {}, | |
"addons": [ | |
"heroku-postgresql" | |
], | |
"buildpacks": [ | |
{ | |
"url": "https://github.com/HashNuke/heroku-buildpack-elixir.git" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment