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

31 lines
438 B
Markdown

Plugin Mage
===========
Triggers a deployment of the project to run via [Mage](https://github.com/andres-montanez/Magallanes)
Configuration
-------------
### Options
* **env** [required, string] - The environment name
### Examples
```yaml
deploy:
mage:
env: production
```
### Options for config.yml
* **bin** [optional, string] - The mage executable path
### Examples
```yaml
mage:
bin: /usr/local/bin/mage
```