Skip to content

Commit

Permalink
I3476 catalog staging update (#3741)
Browse files Browse the repository at this point in the history
* add a new indexer VM

add a new jammy based VM

* upgrade nodejs version

* upgrade catalog-staging1 to jammy
  • Loading branch information
kayiwa authored Sep 14, 2023
1 parent 41cc86c commit 7144da7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ commands:
steps:
- node/install:
install-yarn: true
node-version: '16.14.2'
node-version: '18.17.0'
- run:
name: Check current version of node
command: node -v
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruby 3.1.0
nodejs 16.14.2
nodejs 18.17.0
yarn 1.22.10

1 change: 1 addition & 0 deletions config/deploy/staging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

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]
server 'catalog-indexer-staging1', user: 'deploy', roles: %i[cron_prod1 cron_db worker]

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

0 comments on commit 7144da7

Please sign in to comment.