This commit is contained in:
parent
b7f2c634f3
commit
7241126861
1 changed files with 1 additions and 1 deletions
2
app.json
2
app.json
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"scripts": {
|
||||
"dokku": {
|
||||
"postdeploy": "sh -c 'pwd && occ upgrade && occ db:convert-filecache-bigint && occ db:add-missing-indices && echo SUCCESS'"
|
||||
"postdeploy": "sh -c 'echo GYR:POSTDEPLOY:START && pwd && occ upgrade && occ db:convert-filecache-bigint && occ db:add-missing-indices && echo GYR:POSTDEPLOY:END'"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue