Skip to content

Commit

Permalink
Merge pull request #895 from sul-dlss/prod-hosts
Browse files Browse the repository at this point in the history
Update prod hosts
  • Loading branch information
corylown authored Sep 14, 2022
2 parents e708b92 + 04785e1 commit 17c3e35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/deploy/prod.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

set :bundle_without, %w[test development deployment].join(' ')

server 'kurma-earthworks1-prod.stanford.edu', user: 'geostaff', roles: %w[web db app]
server 'kurma-earthworks2-prod.stanford.edu', user: 'geostaff', roles: %w[web db app]
server 'kurma-earthworks-worker-prod-a.stanford.edu', user: 'geostaff', roles: %w[app background whenevs]
server 'earthworks-prod-a.stanford.edu', user: 'geostaff', roles: %w[web db app]
server 'earthworks-prod-b.stanford.edu', user: 'geostaff', roles: %w[web db app]
server 'earthworks-worker-prod-a.stanford.edu', user: 'geostaff', roles: %w[app background whenevs]

Capistrano::OneTimeKey.generate_one_time_key!
set :rails_env, 'production'
Expand Down

0 comments on commit 17c3e35

Please sign in to comment.