Skip to content

Commit

Permalink
Merge pull request #112 from samqiu/master
Browse files Browse the repository at this point in the history
Add comment for system-wide RVM install.
  • Loading branch information
gabskoro committed May 13, 2014
2 parents 04fda7a + af66a48 commit 95e5823
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,17 @@
set :repository, 'git://...'
set :branch, 'master'

# For system-wide RVM install.
# set :rvm_path, '/usr/local/rvm/bin/rvm'

# Manually create these paths in shared/ (eg: shared/config/database.yml) in your server.
# They will be linked in the 'deploy:link_shared_paths' step.
set :shared_paths, ['config/database.yml', 'log']

# Optional settings:
# set :user, 'foobar' # Username in the server to SSH to.
# set :port, '30000' # SSH port number.
# set :forward_agent, true # SSH forward_agent.

# This task is the environment that is loaded for most commands, such as
# `mina deploy` or `mina rake`.
Expand Down

0 comments on commit 95e5823

Please sign in to comment.