Remove a duplicated comment
This commit is contained in:
parent
eb6132b5cb
commit
db540471d4
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ set :shared_dirs, [
|
||||||
]
|
]
|
||||||
|
|
||||||
set :rbenv_path, "/home/ds/.rbenv/bin/rbenv"
|
set :rbenv_path, "/home/ds/.rbenv/bin/rbenv"
|
||||||
set :forward_agent, true # SSH forward_agent.
|
set :forward_agent, true
|
||||||
|
|
||||||
puts "Deploy to #{ENV.fetch('domain')}, branch: #{ENV.fetch('branch')}"
|
puts "Deploy to #{ENV.fetch('domain')}, branch: #{ENV.fetch('branch')}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue