rollbar
Installing
Add to your deploy.php
require 'contrib/rollbar.php';
Configuration
rollbar_token
– access token to rollbar apirollbar_comment
– comment about deploy, default toset('rollbar_comment', '_{{user}}_ deploying `{{branch}}` to *{{target}}*');
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 `{{branch}}` to *{{target}}*'
Tasks
rollbar:notify
Notifies Rollbar of deployment.
Support Deployer ❤️
Hello, my name is Anton Medvedev (@antonmedv). I'm the creator of the Deployer.
I maintain this open source project in my spare time.
Supporters on GitHub give me extra motivation to work on the project.