Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Commit

Permalink
feat(): remove bin from the default linked dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
blackjid committed Feb 6, 2015
1 parent d97de4b commit 503fe33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/negroku/templates/negroku/deploy.rb.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set :deploy_to, "/home/deploy/applications/#{fetch(:application)}"
# set :linked_files, fetch(:linked_files, []) + %w{}

# Default value for linked_dirs is []
# set :linked_dirs, fetch(:linked_dirs, []) + %w{bin log tmp/pids tmp/cache tmp/sockets public/system}
# set :linked_dirs, fetch(:linked_dirs, []) + %w{log tmp/pids tmp/cache tmp/sockets public/system}

######################
# Unicorn
Expand Down

0 comments on commit 503fe33

Please sign in to comment.