From 2ec7e58b401e785788f8c3358107d6c5da98204c Mon Sep 17 00:00:00 2001 From: Thomas Scherz Date: Thu, 7 Mar 2024 12:55:06 -0500 Subject: [PATCH] Changes production deploy url. --- config/deploy/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"