Sha256: 0d703e1aff5c07a50080e55ddb06eeb325dbfaad03e8550a9241376f53a8c784

Contents?: true

Size: 823 Bytes

Versions: 17

Compression:

Stored size: 823 Bytes

Contents

# Load DSL and Setup Up Stages
require 'capistrano/setup'

# Includes default deployment tasks
require 'capistrano/deploy'

# Includes tasks from other gems included in your Gemfile
#
# For documentation on these, see for example:
#
#   https://github.com/capistrano/rvm
#   https://github.com/capistrano/rbenv
#   https://github.com/capistrano/chruby
#   https://github.com/capistrano/bundler
#   https://github.com/capistrano/rails
#
# require 'capistrano/rvm'
# require 'capistrano/rbenv'
# require 'capistrano/chruby'
require 'capistrano/bundler'
require 'capistrano/rails/assets'
require 'capistrano/rails/migrations'
require 'capistrano/sidekiq'
require 'capistrano/sidekiq/monit'

# Loads custom tasks from `lib/capistrano/tasks' if you have any defined.
Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r }

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
jetfuel-1.19.24 templates/Capfile
jetfuel-1.19.23 templates/Capfile
jetfuel-1.19.22 templates/Capfile
jetfuel-1.19.21 templates/Capfile
jetfuel-1.19.20 templates/Capfile
jetfuel-1.19.19 templates/Capfile
jetfuel-1.19.18 templates/Capfile
jetfuel-1.19.17 templates/Capfile
jetfuel-1.19.16 templates/Capfile
jetfuel-1.19.15 templates/Capfile
jetfuel-1.19.14 templates/Capfile
jetfuel-1.19.13 templates/Capfile
jetfuel-1.19.12 templates/Capfile
jetfuel-1.19.11 templates/Capfile
jetfuel-1.19.10 templates/Capfile
jetfuel-1.19.9 templates/Capfile
jetfuel-1.19.8 templates/Capfile