Remove a useless comment from deploy.rb

This commit is contained in:
gregoirenovel 2018-09-20 11:25:25 +02:00
parent 516860c92e
commit 2f940eed6d

View file

@ -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? 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 :domain, ENV['domain']
set :repository, 'https://github.com/betagouv/tps.git' set :repository, 'https://github.com/betagouv/tps.git'
set :port, 2200 set :port, 2200