Blazing Passenger
Passenger related recipes for blazing
Installation
Add gem 'blazing-passenger'
to your Gemfile
Usage
Enable the recipes you want in your blazing configuration file:
recipe :passenger_restart
will touch tmp/restart.txt so passenger gets restarted after a deploymentrecipe :passenger_kcikstart <URL>
will make a GET request on the given URL to kickstart passenger. Note: you must priovide the full URL including protocol (http/https...)
Authors
Felipe Kaufmann (@effkay)
License
See the MIT-LICENSE file