Deployment failure due to healthcheck. Trying to fix.

This commit is contained in:
Christoph Haas 2021-05-28 23:55:33 +02:00
parent 11873f6b3b
commit 37e4286ea9

View file

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