Skip to content

Commit

Permalink
add lib-approvals-prod1 vm
Browse files Browse the repository at this point in the history
  • Loading branch information
kayiwa committed Feb 21, 2024
1 parent 6260c65 commit d89b969
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 @@ -3,7 +3,7 @@
set :rvm_ruby_string, :local # use the same ruby as used locally for deployment
set :rails_env, "production"

# server "lib-approvals-prod1", user: "deploy", roles: %i[web app db]
server "lib-approvals-prod1", user: "deploy", roles: %i[web app db]
server "lib-approvals-prod2", user: "deploy", roles: %i[web app db]

namespace :env do
Expand Down

0 comments on commit d89b969

Please sign in to comment.