service-nextcloud/app.json
Glenn Y. Rolland b7f2c634f3
Some checks reported errors
continuous-integration/drone/push Build was killed
deploy: Protect execution
2023-02-25 21:37:56 +01:00

8 lines
174 B
JSON

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