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 13, 2024
1 parent 32964b8 commit 41afc48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

class ChangeNotesTypeInSoftwareRecord < ActiveRecord::Migration[6.0]
def change
change_column :software_records, :notes, :text
end
end

0 comments on commit 41afc48

Please sign in to comment.