Skip to content

Commit

Permalink
Remove cron_prod1 from staging and qa
Browse files Browse the repository at this point in the history
Co-authored-by: Christina Chortaria <christinach@users.noreply.github.com>
  • Loading branch information
lizgarciao and christinach committed Oct 16, 2023
1 parent aa8454b commit ac8916b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/deploy/qa.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# server 'catalog-qa1.princeton.edu', user: 'deploy', roles: %i[web app db worker mailcatcher cron_db]
server 'catalog-qa2.princeton.edu', user: 'deploy', roles: %i[web app db worker mailcatcher cron_db]
server 'catalog-indexer-qa2', user: 'deploy', roles: %i[cron_prod1 cron_db worker]
server 'catalog-indexer-qa2', user: 'deploy', roles: %i[cron_db worker]

namespace :env do
desc 'Set an Orangelight environment variable'
Expand Down
2 changes: 1 addition & 1 deletion config/deploy/staging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

server 'catalog-staging1', user: 'deploy', roles: %i[web app db worker mailcatcher cron_db]
server 'catalog-staging2', user: 'deploy', roles: %i[web app worker mailcatcher]
server 'catalog-indexer-staging1', user: 'deploy', roles: %i[cron_prod1 cron_db worker]
server 'catalog-indexer-staging1', user: 'deploy', roles: %i[cron_db worker]

namespace :env do
desc 'Set an Orangelight environment variable'
Expand Down

0 comments on commit ac8916b

Please sign in to comment.