Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 812 Bytes

deployer.md

File metadata and controls

25 lines (19 loc) · 812 Bytes

Plugin Deployer

Triggers a deployment of the project to run via Deployer

Configuration

Options

  • webhook_url [string, required] - The URL to your Deployer WebHook.
  • reason [string, optional] - Your deployment message. Default - PHP Censor Build #%BUILD_ID% - %COMMIT_MESSAGE%
  • update_only [bool, optional] - Whether the deployment should only be run if the currently deployed branches matches the one being built (Default: true).

Examples

success:
    deployer_step:
        plugin:      deployer
        webhook_url: "https://deployer.example.com/deploy/QZaF1bMIUqbMFTmKDmgytUuykRN0cjCgW9SooTnwkIGETAYhDTTYoR8C431t"
        reason:      "PHP Censor Build #%BUILD_ID% - %COMMIT_MESSAGE%"
        update_only: true