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!"