Closed MKodde closed 2 years ago
This is an example tarbal that would be created from this makeRelease.sh script. OpenConext-user-lifecycle-maintenance_update-release-script.tar.gz
This included the prod cache already warmed up in the tarball. Is that the recommended way to ship this? Or should the cache be explicitly warmed up when deploying the app?
Running Composer install on a symfony app also performs a cache:clear. Which in turn warms up the cache.
Having the cache in the tarbal is extra kilobytes. And might contain data that is not portable at all.
OpenConext-user-lifecycle-maintenance_update-release-script.tar.gz
:point_up: This is the current state of affairs @quartje
Tweak the release script: