move newrelic + deploytags gem to production env, rename cap tasks to .rake

This commit is contained in:
Albert Yi
2016-12-06 14:58:39 -08:00
parent 4eb0a64135
commit 9a75a05c25
7 changed files with 4 additions and 4 deletions

View File

@@ -13,6 +13,6 @@ require 'capistrano/deploytags'
require 'new_relic/recipes'
# Load custom tasks from `lib/capistrano/tasks` if you have any defined
Dir.glob('lib/capistrano/tasks/*.cap').each { |r| import r }
Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r }
after "deploy:updated", "newrelic:notice_deployment"