docs/contrib/rollbar.md
require 'contrib/rollbar.php';
rollbar_token – access token to rollbar apirollbar_comment – comment about deploy, default to
set('rollbar_comment', '_{{user}}_ deploying `{{what}}` to *{{where}}*');
rollbar_username – rollbar user nameSince you should only notify Rollbar channel of a successful deployment, the rollbar:notify task should be executed right at the end.
after('deploy', 'rollbar:notify');
'_{{user}}_ deploying `{{what}}` to *{{where}}*'
Notifies Rollbar of deployment.