/blazing-foreman

Export foreman to upstart and start/restart/reload processes after deploying with blazing

Primary LanguageRubyMIT LicenseMIT

Blazing Foreman

Foreman recipes for blazing

Installation

Add gem 'blazing-foreman' to your Gemfile

Usage

Enable the recipes you want in your blazing configuration file. Options can be provided in the recipe call or with the target method. Target options have precedence over recipe options.

# Deploy the processes
#
#   recipe :deploy_processes, [options]
#
# Options:
#
#   :rails_env (specify the rails environment)
#
# Example:

recipe :deploy_processes, :rails_env => 'production'

# Restart the processes
#
#   recipe :restart_processes, [options]
#
# Options:
#
#   :rails_env (specify the rails environment)
#
# Example:

recipe :restart_processes, :rails_env => 'production'

Authors

Daniel Farrell (@danielfarrell)

License

See the MIT-LICENSE file