Sha256: ddd8ea798476073d04e7f7e886f9d71f563d6cbb62c11fc04e981f8523336bda
Contents?: true
Size: 681 Bytes
Versions: 3
Compression:
Stored size: 681 Bytes
Contents
# This is a generated file. Do not modify...or else! :) # Load DSL and Setup Up Stages require 'capistrano/setup' # Includes default deployment tasks require 'capistrano/deploy' require 'capistrano/rvm' set :rvm_type, :user require 'capistrano/bundler' <% if Pvcglue.cloud.gems[:sprockets] %> require 'capistrano/rails/assets' <% end %> require 'capistrano/rails/migrations' <% if Pvcglue.cloud.whenever_gem_installed? %> set :whenever_identifier, ->{ "#{fetch(:application)}_#{fetch(:stage)}" } require 'whenever/capistrano' <% end %> # Loads custom tasks from `lib/capistrano/tasks' if you have any defined. Dir.glob('lib/capistrano/tasks/*.cap').each { |r| import r }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pvcglue-0.9.4 | lib/pvcglue/templates/capfile.erb |
pvcglue-0.9.3 | lib/pvcglue/templates/capfile.erb |
pvcglue-0.9.2 | lib/pvcglue/templates/capfile.erb |