Skip to content

Files

Latest commit

232d1d3 · Mar 16, 2017

History

History
30 lines (20 loc) · 438 Bytes

mage.md

File metadata and controls

30 lines (20 loc) · 438 Bytes

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