Skip to content

Commit

Permalink
feat: seed db for heroku review apps (#9019)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnu-narayanan committed Feb 26, 2024
1 parent 8f6ff4b commit 77e4639
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app.json
Expand Up @@ -72,6 +72,11 @@
"scripts": {
"test": "bundle exec rake test"
}
},
"review": {
"scripts": {
"postdeploy": "bundle exec rails db:seed"
}
}
}
}

0 comments on commit 77e4639

Please sign in to comment.