Added db:schema:load as a Dokku predeploy task

This commit is contained in:
Christoph Haas 2024-07-21 11:40:36 +02:00
parent da340db03b
commit 92b72f5194

View file

@ -11,7 +11,7 @@
],
"scripts": {
"dokku": {
"predeploy": "bundle exec rake db:migrate"
"predeploy": "rake db:schema:load && bundle exec rake db:migrate"
}
}
}