diff --git a/.circleci/config.yml b/.circleci/config.yml index adabb0fd..758c2e73 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,6 +13,7 @@ executors: orbs: browser-tools: circleci/browser-tools@1.4.7 coveralls: coveralls/coveralls@1.0.6 + jobs: build: docker: @@ -39,7 +40,10 @@ jobs: steps: - - browser-tools/install-browser-tools + + - browser-tools/install-browser-tools: + replace-existing-chrome: true + - checkout - restore_cache: diff --git a/config/deploy/production.rb b/config/deploy/production.rb index fd695529..81345a11 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -8,7 +8,7 @@ append :linked_dirs, 'tmp', 'log' ask(:username, nil) ask(:password, nil, echo: false) -server 'libapps2.libraries.uc.edu', user: fetch(:username), password: fetch(:password), port: 22 +server 'libapps.libraries.uc.edu', user: fetch(:username), password: fetch(:password), port: 22 ask(:value, 'Have you submitted and received an approved Change Management Request? (Y)') if fetch(:value) != 'Y' puts "\nDeploy cancelled!"