Skip to content

Commit f387756

Browse files
authored
First pass at setting up new Orangelight staging environment. (#2757)
See #2546 Co-authored-by: James R. Griffin III <[email protected]> Co-authored-by: Anna Headley <[email protected]> Co-authored-by: Eliot Jordan <[email protected]> Co-authored-by: Trey Pendragon <[email protected]> Co-authored-by: Bess Sadler <[email protected]> Co-authored-by: Christina Chortaria <[email protected]>
1 parent 068787b commit f387756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/deploy/staging.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
set :rails_env, 'staging'
55
set :branch, ENV['BRANCH'] || 'main'
66

7-
server 'lib-orange-staging1', user: 'deploy', roles: %i[web app db worker mailcatcher cron_db]
8-
server 'lib-orange-staging2', user: 'deploy', roles: %i[web app db worker mailcatcher]
7+
server 'catalog-staging1', user: 'deploy', roles: %i[web app db worker mailcatcher cron_db]
8+
server 'catalog-staging2', user: 'deploy', roles: %i[web app worker mailcatcher]
99

1010
namespace :env do
1111
desc 'Set an Orangelight environment variable'

0 commit comments

Comments
 (0)