Remove a useless instruction from deploy.rb

This commit is contained in:
gregoirenovel 2018-09-20 11:25:40 +02:00
parent 2f940eed6d
commit 276cb55d9a

View file

@ -19,8 +19,6 @@ set :domain, ENV['domain']
set :repository, 'https://github.com/betagouv/tps.git'
set :port, 2200
set :deploy_to, '/var/www/tps_dev'
case ENV["to"]
when "staging"
set :branch, ENV['branch'] || 'dev'