Skip to content

Commit

Permalink
Change staging vms to have the lib private domain
Browse files Browse the repository at this point in the history
Co-authored-by: Beck Davis <[email protected]>
Co-authored-by: Francis Kayiwa <[email protected]>
Co-authored-by: Vickie Karasic <[email protected]>
  • Loading branch information
4 people committed Sep 17, 2024
1 parent edce448 commit 2f5f455
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/deploy/staging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
set :stage, :production
set :rails_env, 'staging'

server 'bibdata-staging1.princeton.edu', user: 'deploy', roles: [:web, :app, :db]
server 'bibdata-staging2.princeton.edu', user: 'deploy', roles: [:web, :app]
server 'bibdata-staging1.lib.princeton.edu', user: 'deploy', roles: [:web, :app, :db]
server 'bibdata-staging2.lib.princeton.edu', user: 'deploy', roles: [:web, :app]
# Worker 1 gets the poller daemon installed via Princeton Ansible
server 'bibdata-worker-staging1.princeton.edu', user: 'deploy', roles: [:worker, :cron, :cron_staging, :poller]
server 'bibdata-worker-staging2.princeton.edu', user: 'deploy', roles: [:worker]
server 'bibdata-worker-staging1.lib.princeton.edu', user: 'deploy', roles: [:worker, :cron, :cron_staging, :poller]
server 'bibdata-worker-staging2.lib.princeton.edu', user: 'deploy', roles: [:worker]

# Extended Server Syntax
# ======================
Expand Down

0 comments on commit 2f5f455

Please sign in to comment.