Skip to content

Commit

Permalink
Adding the third server to secondary capistrano deploy (#1900)
Browse files Browse the repository at this point in the history
fixes #1898
  • Loading branch information
carolyncole authored Aug 19, 2024
1 parent e725763 commit 71732fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/deploy/production_secondary.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# frozen_string_literal: true
server "pdc-describe-prod2.princeton.edu", user: "deploy", roles: %w[app db web]
server "pdc-describe-prod3.princeton.edu", user: "deploy", roles: %w[app db web]

0 comments on commit 71732fc

Please sign in to comment.