Skip to content

Commit

Permalink
Add seeding command to app.json postdeploy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-bernhardt committed Sep 13, 2024
1 parent 3cea65a commit f384a3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "tacos",
"stack": "heroku-24",
"scripts": {},
"scripts": {
"postdeploy": "bundle exec rails db:seed"
},
"env": {
"LINKRESOLVER_BASEURL": {
"required": false
Expand Down

0 comments on commit f384a3f

Please sign in to comment.