Skip to content

Commit

Permalink
Deploy to the new qa machines
Browse files Browse the repository at this point in the history
advances #1355
  • Loading branch information
hackartisan committed Dec 15, 2023
1 parent 779ae63 commit 738d3c2
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 738d3c2

Please sign in to comment.