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 deployment -
recipe :passenger_kickstart, :url => '<URL>'
will make a GET request on the given URL to kickstart passenger. Note: you must provide the full URL including protocol (http/https...)
Authors
Felipe Kaufmann (@effkay)
License
See the MIT-LICENSE file