Skip to content

Commit

Permalink
Merge pull request #2638 from pulibrary/one-sitemap
Browse files Browse the repository at this point in the history
Only need one sitemap machine
  • Loading branch information
christinach authored Aug 7, 2021
2 parents 2eef76b + 27f48b7 commit 92a1899
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
Expand Up @@ -15,7 +15,7 @@

server 'catalog1', user: 'deploy', roles: %i[web app db worker]
server 'catalog2', user: 'deploy', roles: %i[web app db sitemap worker]
server 'catalog3', user: 'deploy', roles: %i[web app db sitemap worker]
server 'catalog3', 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 92a1899

Please sign in to comment.