Skip to content

Instantly share code, notes, and snippets.

@mjrider
Last active March 16, 2017 09:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjrider/9bd6bc981b11f1ab37fc4d059293fa4e to your computer and use it in GitHub Desktop.
Save mjrider/9bd6bc981b11f1ab37fc4d059293fa4e to your computer and use it in GitHub Desktop.
<?php
namespace Deployer;
desc('Test error');
task('deploy:newrelic', function () {
throw new \RuntimeException("<comment>Please configure New Relic:</comment> <info>set('newrelic', array('api_key' => 'xad3...', 'application_id' => '12873'));</info>");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment