Skip to content

Instantly share code, notes, and snippets.

@gfu-clutter
Last active March 25, 2019 23:33
Show Gist options
  • Save gfu-clutter/36920323c94f641a63d9f83e95b29fa0 to your computer and use it in GitHub Desktop.
Save gfu-clutter/36920323c94f641a63d9f83e95b29fa0 to your computer and use it in GitHub Desktop.
Sample app.json for Heroku Review Apps
{
"name": "sample-pr-review-app",
"description": "Helps create PR Review Apps",
"scripts": {
"postdeploy": "bundle exec rake heroku:review_app_setup",
"pr-predestroy": "bundle exec rake heroku:review_app_predestroy"
},
"env": {
"DNSIMPLE_ACCESS_TOKEN": {
"required": true
},
"DNSIMPLE_ACCOUNT_ID": {
"value": "<YOUR ACCOUNT ID>"
},
"HEROKU_APP_NAME": {
"required": true
},
"HEROKU_PARENT_APP_NAME": {
"required": true
},
"HEROKU_PLATFORM_TOKEN": {
"required": true
}
},
"formation": {...},
"addons": [...],
"buildpacks": [...]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment