Removed rake db:schema:load from predeploy. Need to find better way.

This commit is contained in:
Christoph Haas 2024-07-21 12:48:00 +02:00
parent 686e098cd5
commit 00ce29d6a5

View file

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