occ commands not run on deploy #54
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I created a new instance and uncommented configs like:
The apps calendar and and whiteboard weren't installed and the dashboard was not disabled
I think the pre/post hooks were removed from the config? I'm not sure.
I think you have to manually trigger it now.
Labeled it as a documentation gap, will post on matrix and see what the community does so the recipe can be updated to reflect that
@ammaratef45 it looks like these variables are only used by the corresponding
abra.shcommands:OCC_CMDSyou need to runabra app cmd <domain> app post_install_occAPPSyou need to runabra app cmd <domain> app install_appspost_install_occis in README,install_appsisn't, maybe we can add it? And maybe a note in.env.samplenext to those options?Okay instead of explaining I put what I'm thinking in the form of PR #55 so we can chat over lines of code lol, basically some of the confusion can be reduced by reducing how many ways we can do one thing (running a simple occ command; also notice I removed the other two occ commands from env variable because they function is also covered already by the
set_authentikcommand)Wondering if install_apps has more usage or should be sacrificed as well
Wish there was a way of including more env files for apps the same way we include different compose files for different features (maybe there is and I just need to read a bit)