service-nextcloud/app.json
Glenn Y. Rolland 851e4d7715
All checks were successful
continuous-integration/drone/push Build is passing
deploy: Add upgrade command
2023-02-25 21:20:53 +01:00

8 lines
166 B
JSON

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