Skip to content

Commit

Permalink
WIP: passthrough seed status
Browse files Browse the repository at this point in the history
  • Loading branch information
tfidfwastaken committed Apr 19, 2024
1 parent e8e52ab commit 97f6455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/setup_heroku_instance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resultOfServerPush=$?
resultOfSeedDataSetup=0
if [ ${serverAppAlreadyExists} = false ]; then
echo "Setting up initial seed data"
(cd $serverAppDirectory && heroku run rails db:structure:load:with_data db:seed --app=$herokuAppName)
(cd $serverAppDirectory && heroku run -x rails db:structure:load:with_data db:seed --app=$herokuAppName)
resultOfSeedDataSetup=$?
fi

Expand Down

0 comments on commit 97f6455

Please sign in to comment.