Rollbar Recipe
require 'contrib/rollbar.php';
Configuration
rollbar_token
– access token to rollbar apirollbar_comment
– comment about deploy, default toset('rollbar_comment', '_{{user}}_ deploying `{{what}}` to *{{where}}*');
rollbar_username
– rollbar user name
Usage
Since 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');
Configuration
rollbar_comment
Default value
'_{{user}}_ deploying `{{what}}` to *{{where}}*'
Tasks
rollbar:notify
Notifies Rollbar of deployment.