Skip to content

Commit

Permalink
add new jammy vms back
Browse files Browse the repository at this point in the history
  • Loading branch information
kayiwa committed Jan 10, 2024
1 parent cb79ad5 commit d955aa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/deploy/qa.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

set :stage, :production
set :rails_env, 'production'
# server 'bibdata-qa1.princeton.edu', user: 'deploy', roles: [:web, :app, :db, :hr_cron, :poller]
server 'bibdata-qa1.princeton.edu', user: 'deploy', roles: [:web, :app, :db, :hr_cron, :poller]
server 'bibdata-qa2.princeton.edu', user: 'deploy', roles: [:web, :app, :db, :hr_cron, :poller]
# server 'bibdata-worker-qa1.princeton.edu', user: 'deploy', roles: [:db, :worker, :cron, :cron_staging, :poller]
server 'bibdata-worker-qa1.princeton.edu', user: 'deploy', roles: [:db, :worker, :cron, :cron_staging, :poller]
server 'bibdata-worker-qa2.princeton.edu', user: 'deploy', roles: [:db, :worker, :cron, :cron_staging, :poller]

# Extended Server Syntax
Expand Down

0 comments on commit d955aa7

Please sign in to comment.