service-nextcloud/app.json
Glenn Y. Rolland 8fa702a475
Some checks failed
continuous-integration/drone/push Build is failing
deploy: list files
2023-02-26 00:07:01 +01:00

8 lines
224 B
JSON

{
"scripts": {
"dokku": {
"postdeploy": "sh -c 'echo GYR:POSTDEPLOY:START && pwd && find . && occ upgrade && occ db:convert-filecache-bigint && occ db:add-missing-indices && echo GYR:POSTDEPLOY:END'"
}
}
}