Skip to content

Commit

Permalink
comment out bionic vms
Browse files Browse the repository at this point in the history
  • Loading branch information
kayiwa committed Sep 20, 2023
1 parent 7144da7 commit 1225ac5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/deploy/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
# server list. The second argument is a, or duck-types, Hash and is
# used to set extended properties on the server.

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

set :deploy_to, '/opt/orangelight'
Expand Down

0 comments on commit 1225ac5

Please sign in to comment.