Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
run doorman in production mode
Browse files Browse the repository at this point in the history
dwradcliffe committed Mar 12, 2015
1 parent 1a05d92 commit 86687e5
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -283,7 +283,7 @@ GRAPH
rubygems-metrics (0.1.9)
chef-vault (>= 0.0.0)
datadog (>= 0.0.0)
rubygems-monitoring (0.0.18)
rubygems-monitoring (0.0.19)
chef-vault (>= 0.0.0)
cpan (>= 0.0.0)
dnsimple (>= 0.0.0)
2 changes: 1 addition & 1 deletion cookbooks/rubygems-monitoring/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name 'rubygems-monitoring'
maintainer 'RubyGems.org ops team'

version '0.0.18'
version '0.0.19'

depends 'chef-vault'
depends 'cpan'
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@

cd /applications/doorman

export NODE_ENV=production

exec 2>&1
exec <%= node['runit']['chpst_bin'] %> \
-u <%= @options[:owner] %>:<%= @options[:group] %> \

0 comments on commit 86687e5

Please sign in to comment.