Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Commit

Permalink
use stage for honeybadger deployment env
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Hardy committed Jan 26, 2017
1 parent c15e35d commit 610f4d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/deploy/stage.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
set :bundle_without, %w{deployment development test}.join(' ')
set :deploy_environment, 'production'
set :rails_env, fetch(:deploy_environment)
set :honeybadger_env, 'stage'

0 comments on commit 610f4d5

Please sign in to comment.