Skip to content

Commit

Permalink
Update deployment roles
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Jan 22, 2024
1 parent 59ae33d commit 17eedaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy/production.rb
@@ -1,3 +1,3 @@
# frozen_string_literal: true

server 'server02.rva.lat', :user => 'deploy', :roles => 'app', :primary => true
server 'server02.rva.lat', :user => 'deploy', :roles => %[web app], :primary => true

0 comments on commit 17eedaf

Please sign in to comment.