Skip to content

Commit

Permalink
Add db role to errbit.gitclear.com
Browse files Browse the repository at this point in the history
  • Loading branch information
teutat3s committed Jul 21, 2023
1 parent 224c5fc commit 43bc99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy/production.rb
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 43bc99a

Please sign in to comment.