diff --git a/config/deploy/production.rb b/config/deploy/production.rb index 87efe749..61351bc0 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -1,3 +1,3 @@ # frozen_string_literal: true -server 'server02.rva.lat', :user => 'deploy', :roles => 'app', :primary => true +server 'server02.rva.lat', :user => 'deploy', :roles => %[web app], :primary => true