Skip to content

Commit

Permalink
Merge pull request #4621 from pulibrary/catalog5
Browse files Browse the repository at this point in the history
add catalog5 to config/deploy/production.rb
  • Loading branch information
sandbergja authored Dec 6, 2024
2 parents a52329d + 3278322 commit 86e6396
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/deploy/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
server 'catalog2', user: 'deploy', roles: %i[web app db worker]
server 'catalog3', user: 'deploy', roles: %i[web app db worker]
server 'catalog4', user: 'deploy', roles: %i[web app db worker]
server 'catalog5', user: 'deploy', roles: %i[web app db worker]
server 'catalog-indexer1', user: 'deploy', roles: %i[cron_prod1 cron_db worker]
server 'catalog-indexer2', user: 'deploy', roles: %i[cron_prod2 worker]
server 'catalog-indexer3', user: 'deploy', roles: %i[cron_prod3 worker]
Expand Down

0 comments on commit 86e6396

Please sign in to comment.