php-censor/docs/en/plugins/mage3.md
2017-09-04 14:36:41 +03:00

525 B

Plugin Mage v3

Triggers a deployment of the project to run via Mage v3

Configuration

Options

  • env [required, string] - The environment name

Examples

deploy:
    mage3:
        env: production

Options for config.yml

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

Examples

mage:
    bin: /usr/local/bin/mage
    log_dir: ./var/log