Question
post-deploy Hook for specific app on Dokku
Hi, I have several Rails apps running on the same Dokku and everything is ok.
But I’m having some difficulties to implement a hook for each one app.
I need to run a rake after every deployment from a specific app.
The rake is a simple “rake cache:clear”
What is the best way to run that rake after every deploy with a hook post-deploy?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×