Skip to content

Commit

Permalink
Remove Capistrano configuration that had no actual effect (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
spilth authored Jul 23, 2024
1 parent f7493e7 commit 0594791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions config/deploy/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@
# http://capistranorb.com/documentation/getting-started/configuration/
# Feel free to add new variables to customise your setup.

set :default_env, {
'NEW_RELIC_ENV' => 'production'
}


# Custom SSH Options
# ==================
Expand Down
4 changes: 1 addition & 3 deletions config/deploy/staging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@
# http://capistranorb.com/documentation/getting-started/configuration/
# Feel free to add new variables to customise your setup.

set :default_env, {
'NEW_RELIC_ENV' => 'staging'
}


# Custom SSH Options
# ==================
Expand Down

0 comments on commit 0594791

Please sign in to comment.