Skip to content

Commit

Permalink
Exclude :deploy group from deployments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Altonymous committed Mar 13, 2013
1 parent 2942e89 commit b189717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Expand Up @@ -12,7 +12,7 @@

set :stages, Dir['config/deploy/*.rb'].map { |f| File.basename(f, '.rb') }
set :default_stage, "development"
set :bundle_without, [:development, :test, :automation, :assets]
set :bundle_without, [:development, :test, :automation, :assets, :deploy]
# set :bundle_cmd, "jruby -S bundle"
# set :bundle_dir, fetch(:shared_path)+"/bundle"
# set :bundle_flags, "--deployment --quiet"
Expand Down

0 comments on commit b189717

Please sign in to comment.