From 77e463990a678805c75c0e8cae946048544ebc61 Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Mon, 26 Feb 2024 16:41:05 +0530 Subject: [PATCH] feat: seed db for heroku review apps (#9019) --- app.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app.json b/app.json index a89f2a08aeec..4ee025f06e3f 100644 --- a/app.json +++ b/app.json @@ -72,6 +72,11 @@ "scripts": { "test": "bundle exec rake test" } + }, + "review": { + "scripts": { + "postdeploy": "bundle exec rails db:seed" + } } } }