My CakePHP app has a cache that I would like to have compiled and
ready to be served to users every time I push to Heroku.  The cache
will always be fresh until the next deployment.

Is there any way I could have a command be run to prepare this cache
every time a web dyno is spun up? Namely:
cd ~/www/app/ && ./Console/cake AssetCompress.AssetCompress build_ini

Alternatively, are there any other suggestions as to how I could
otherwise automate this task to be completed on deploy?

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to