Sha256: 0c31792fb2bfb398bb38f10b8a540139e31c5920edca8b2b82510217d2eb3db8
Contents?: true
Size: 383 Bytes
Versions: 19
Compression:
Stored size: 383 Bytes
Contents
# encoding: utf-8 module MagicRecipes 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
19 entries across 19 versions & 1 rubygems