Sha256: 6e52840a134af6c5dcdf9d7aa1a59ab8ce39aba938941eb6d5a2c75f655ddafb

Contents?: true

Size: 892 Bytes

Versions: 4

Compression:

Stored size: 892 Bytes

Contents

#
# Blazing Configuration File
#

#
# Specify the location of your repository:
#
repository 'git@github.com:innoq/iqvoc.git'

#
# Define possible deploy targets:
#
target :"iqvoc.innoq.com", 'iqvoc@iqvoc.innoq.com:/var/www/iqvoc'
# target :staging, 'blazing@production.server.com:/where/your/code/is/shipped/to', :default => true, :some_option => 'foo' # note: options defined here will override options defined globally for a recipe

#
# Optional: RVM handling
#
# Use Ruby Enterprise Edition and gemset 123
rvm '1.9.3'

# Or use the rvmrc
# rvm :rvmrc
#

#
# Define Recipes to be used (See the README for available recipes).
# Recipes are run in the order they are specified
#
recipe :precompile_assets
recipe :passenger_restart

#
# Define a rake task that should be run after deployment. The rake task will run after the recipes have run.
#
rake "db:migrate db:seed RAILS_ENV=production"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iqvoc-3.5.3 config/blazing.rb
iqvoc-3.5.2 config/blazing.rb
iqvoc-3.5.1 config/blazing.rb
iqvoc-3.5.0 config/blazing.rb