Skip to content

Commit

Permalink
Fixed a Capistrano bug
Browse files Browse the repository at this point in the history
  • Loading branch information
c-brooks committed Nov 1, 2016
1 parent 6bfd6f9 commit 910ae65
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 @@ -11,7 +11,8 @@
set :deploy_to, '/home/deploy/sportsello'

set :linked_files, %w{config/database.yml .env}
set :linked_dirs, %w{bin log tmp/pids tmp/cached tmp/sockets}
set :linked_dirs, %w{log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system}
set :bundle_binstubs, nil

set :rvm_type, :user
set :rvm_ruby_version, '2.3.0'
Expand Down

0 comments on commit 910ae65

Please sign in to comment.