Skip to content

Instantly share code, notes, and snippets.

@AndrewDryga
Created August 19, 2017 15:53
Show Gist options
  • Save AndrewDryga/b0b98a0accf87540fb5a5136d4e24c86 to your computer and use it in GitHub Desktop.
Save AndrewDryga/b0b98a0accf87540fb5a5136d4e24c86 to your computer and use it in GitHub Desktop.
{
"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