deploy: list files
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Glenn Y. Rolland 2023-02-26 00:07:01 +01:00
parent d537bdb263
commit 8fa702a475
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"scripts": {
"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'"
}
}
}