Skip to content

Instantly share code, notes, and snippets.

@lolaodelola
Last active January 24, 2021 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lolaodelola/ab5497156b84284657e4f2b0f6ca862d to your computer and use it in GitHub Desktop.
Save lolaodelola/ab5497156b84284657e4f2b0f6ca862d to your computer and use it in GitHub Desktop.
{
"name": "Dev Affirmations",
"description": "Affirmations for developers",
"repository": "https://github.com/lolaodelola/dev-affirmations",
"formation": {
"web": {
"quantity": 1,
"size": "free"
}
},
"image": "heroku/ruby",
"addons": [
{
"plan": "heroku-postgresql"
}
],
"buildpacks": [
{
"url": "heroku/ruby"
}
],
"environments": {
"test": {
"addons":[
"heroku-postgresql"
],
"buildpacks": [
{ "url": "heroku/ruby" }
],
"scripts": {
"test": "bundle exec rspec spec"
},
"env": {
"DATABASE_CLEANER_ALLOW_PRODUCTION": true,
"DATABASE_CLEANER_ALLOW_REMOTE_DATABASE_URL": true
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment