Remove a useless comment from deploy.rb
This commit is contained in:
parent
516860c92e
commit
2f940eed6d
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ raise "Bad to=#{+ENV['to']}" if !["staging", "production"].include?(ENV['to'])
|
|||
|
||||
raise "missing domain, run with 'rake deploy domain=37.187.154.237'" if ENV['domain'].nil?
|
||||
|
||||
# set :domain, '5.135.190.60'
|
||||
set :domain, ENV['domain']
|
||||
set :repository, 'https://github.com/betagouv/tps.git'
|
||||
set :port, 2200
|
||||
|
|
Loading…
Reference in a new issue