Sha256: af6e2f9a380bac697de3a1a6109eb07e43e411c1ff11501f4be95033ec3ec79f
Contents?: true
Size: 464 Bytes
Versions: 27
Compression:
Stored size: 464 Bytes
Contents
# encoding: utf-8 module MagicRecipes # = Gems - Deploy-Recipes # # == Useless .. take the capistrano task # module Gems def self.load_into(configuration) configuration.load do namespace :gems do task :install do run "cd #{deploy_to}/current && RAILS_ENV=production bundle install --no-deployment" end end # after :deploy, "gems:install" end end end end
Version data entries
27 entries across 27 versions & 1 rubygems