deploy: list files
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Glenn Y. Rolland 2023-02-26 00:07:01 +01:00
parent d537bdb263
commit 8fa702a475

View file

@ -1,7 +1,7 @@
{ {
"scripts": { "scripts": {
"dokku": { "dokku": {
"postdeploy": "sh -c 'echo GYR:POSTDEPLOY:START && pwd && occ upgrade && occ db:convert-filecache-bigint && occ db:add-missing-indices && echo GYR:POSTDEPLOY:END'" "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'"
} }
} }
} }