From 37e4286ea96f7f60c282425440741e2d0dee4604 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Fri, 28 May 2021 23:55:33 +0200 Subject: [PATCH] Deployment failure due to healthcheck. Trying to fix. --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index c881b33..343725d 100644 --- a/app.json +++ b/app.json @@ -11,7 +11,7 @@ ], "scripts": { "dokku": { - "postdeploy": "rake db:migrate" + "predeploy": "bundle exec rake db:migrate" } } }