Skip to content

Commit

Permalink
Changes production deploy url.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Scherz committed Mar 7, 2024
1 parent 076ab0f commit 2ec7e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand Down

0 comments on commit 2ec7e58

Please sign in to comment.