Skip to content

Commit

Permalink
New Relic deployment notifications (#485)
Browse files Browse the repository at this point in the history
* Remove commented whenever require from Capfile

We can always add this back if we decide to include whenever as part
of the capistrano deploy pipeline.

* Add New Relic notification to Capistrano deploy pipeline
  • Loading branch information
jgrevich authored and amoose committed Oct 5, 2016
1 parent 432cc2b commit f18f187
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions Capfile
Expand Up @@ -14,8 +14,5 @@ require 'capistrano/sidekiq/monit'
# support for new relic deploy updates
require 'new_relic/recipes'

# support for whenever
# require 'whenever/capistrano'

# Loads custom tasks from `lib/capistrano/tasks' if you have any defined.
Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r }
1 change: 1 addition & 0 deletions config/deploy.rb
Expand Up @@ -45,5 +45,6 @@
end

before 'assets:precompile', :browserify
after 'deploy:updated', 'newrelic:notice_deployment'
after :publishing, :restart
end

0 comments on commit f18f187

Please sign in to comment.