From fa566da1dda86c8f96dd760b4e0b6a415f569d33 Mon Sep 17 00:00:00 2001 From: Brian Kelly Date: Tue, 23 Jul 2024 15:01:12 -0500 Subject: [PATCH] Remove Capistrano configuration that had no actual effect --- config/deploy/production.rb | 4 +--- config/deploy/staging.rb | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/config/deploy/production.rb b/config/deploy/production.rb index 27c2d581..5ab191d8 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -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 # ================== diff --git a/config/deploy/staging.rb b/config/deploy/staging.rb index 1018f8dc..dc6cc413 100644 --- a/config/deploy/staging.rb +++ b/config/deploy/staging.rb @@ -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 # ==================