Skip to content

Commit

Permalink
Merge pull request openSNP#86 from tsujigiri/fix/data_symlink
Browse files Browse the repository at this point in the history
set symlink to data dir on deploy
  • Loading branch information
philippbayer committed Sep 7, 2013
2 parents 99ad286 + 273a006 commit aa10db3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/capistrano/tasks/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
ln("#{shared_path}/config/mail_password.txt", "#{release_path}/mail_password.txt")
ln("#{shared_path}/config/key_mendeley.txt", "#{release_path}/key_mendeley.txt")
ln("#{shared_path}/config/key_plos.txt", "#{release_path}/key_plos.txt")
ln("#{shared_path}/data", "#{release_path}/public/data")
mkdir("#{shared_path}/assets")
ln("#{shared_path}/assets", "#{release_path}/public/assets")
end
Expand Down

0 comments on commit aa10db3

Please sign in to comment.