Skip to content

Commit

Permalink
Use new earthworks servers
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer authored Sep 6, 2022
1 parent 8239f03 commit 1f1379e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/deploy/stage.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
set :bundle_without, %w[test development deployment].join(' ')

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

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

0 comments on commit 1f1379e

Please sign in to comment.