php-censor/docs/en/plugins/mage.md
2017-03-16 23:27:06 +07:00

438 B

Plugin Mage

Triggers a deployment of the project to run via Mage

Configuration

Options

  • env [required, string] - The environment name

Examples

deploy:
    mage:
        env: production

Options for config.yml

  • bin [optional, string] - The mage executable path

Examples

mage:
    bin: /usr/local/bin/mage