Skip to content

Commit

Permalink
add new indexing vm and jammy webserver
Browse files Browse the repository at this point in the history
  • Loading branch information
kayiwa committed Sep 18, 2023
1 parent 7144da7 commit 97aa2fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/deploy/qa.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
set :rails_env, 'qa'
set :branch, ENV['BRANCH'] || 'main'

server 'catalog-qa1.princeton.edu', user: 'deploy', roles: %i[web app db worker mailcatcher cron_db]
# 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]

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

0 comments on commit 97aa2fc

Please sign in to comment.