Remove a useless instruction from deploy.rb
This commit is contained in:
parent
2f940eed6d
commit
276cb55d9a
1 changed files with 0 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue