Skip to content

Commit

Permalink
Don't generate binstubs by default when using Rails 4
Browse files Browse the repository at this point in the history
  • Loading branch information
loren committed Aug 11, 2014
1 parent 9a29de8 commit d98d1a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
set :repo_url, "[email protected]:GSA/oasis.git"
set :rails_env, "production"
set :deploy_to, "/home/search/oasis"
set :linked_dirs, %w{bin log tmp/pids tmp/cache tmp/sockets}
set :linked_dirs, %w{log tmp/pids tmp/cache tmp/sockets}
set :linked_files, %w{config/flickr.yml config/instagram.yml config/secrets.yml config/elasticsearch.yml}
set :bundle_binstubs, nil

namespace :deploy do

Expand Down

0 comments on commit d98d1a3

Please sign in to comment.