Skip to content

Commit

Permalink
Merge pull request #1359 from pulibrary/1355-jammy-vms
Browse files Browse the repository at this point in the history
Deploy to the new qa machines
  • Loading branch information
tpendragon authored Dec 15, 2023
2 parents 779ae63 + 738d3c2 commit 3eaee9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/deploy/qa.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
set :rails_env, "qa"

server "pulfalight-qa-web-1", user: "deploy", roles: %w[app db web]
server "pulfalight-qa-worker-1", user: "deploy", roles: %w[app worker]
server "pulfalight-qa-web1", user: "deploy", roles: %w[app db web]
server "pulfalight-qa-worker1", user: "deploy", roles: %w[app worker]

0 comments on commit 3eaee9a

Please sign in to comment.