Skip to content

Commit

Permalink
First pass at setting up new Orangelight staging environment. (#2757)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
hectorcorrea authored Oct 11, 2021
1 parent 068787b commit f387756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/deploy/staging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
set :rails_env, 'staging'
set :branch, ENV['BRANCH'] || 'main'

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

namespace :env do
desc 'Set an Orangelight environment variable'
Expand Down

0 comments on commit f387756

Please sign in to comment.