From 43bc99aac87f00d8ce9593a3d1003c5f2b54d422 Mon Sep 17 00:00:00 2001 From: Jhonas Wernery Date: Fri, 21 Jul 2023 13:01:32 +0200 Subject: [PATCH] Add db role to errbit.gitclear.com --- 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 8123a759..321a1424 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -1,7 +1,7 @@ set :stage, :app set :rails_env, "production" -server 'errbit.gitclear.com', user: 'deployuser', roles: %w(app web), primary: true +server 'errbit.gitclear.com', user: 'deployuser', roles: %w(app web db), primary: true # Wbh June 2020: taken from original file # role :app, %w(deploy@example.com)