automatically run db:migrate in postdeploy

This commit is contained in:
Christoph Haas 2021-02-24 19:18:01 +01:00
parent 3f2928e737
commit 117239ee87

View file

@ -8,5 +8,10 @@
"command": "rake debshots:update_longdescription_from_deb_repos",
"schedule": "35 7 * * *"
}
]
],
"scripts": {
"dokku": {
"postdeploy": "rake db:migrate"
}
}
}