deploy: Add upgrade command
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Glenn Y. Rolland 2023-02-25 21:20:53 +01:00
parent 98497b95d3
commit 851e4d7715
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"scripts": {
"dokku": {
"postdeploy": "pwd && occ db:convert-filecache-bigint && occ db:add-missing-indices && echo SUCCESS"
"postdeploy": "pwd && occ upgrade && occ db:convert-filecache-bigint && occ db:add-missing-indices && echo SUCCESS"
}
}
}