From 17eedafe06886adc15128f2f6ba818fc3c79ed6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Benavente?= Date: Mon, 22 Jan 2024 10:01:08 -0300 Subject: [PATCH] Update deployment roles --- config/deploy/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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