deployer/docs/contrib/rollbar.md
Anton Medvedev 3216576680 Add docs
2021-09-26 15:25:58 +02:00

1.0 KiB
Raw Blame History

rollbar

Source

Installing

Add to your deploy.php

require 'contrib/rollbar.php';

Configuration

  • rollbar_token access token to rollbar api
  • rollbar_comment comment about deploy, default to
    set('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

Source

'_{{user}}_ deploying `{{branch}}` to *{{target}}*'

Tasks

rollbar:notify

Source

Notifying Rollbar of deployment.