From 2f940eed6d152d99638bc4bbfdae06d272809238 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Thu, 20 Sep 2018 11:25:25 +0200 Subject: [PATCH] Remove a useless comment from deploy.rb --- config/deploy.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 30b987ac6..04f2b18fa 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -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