php-censor/docs/en/plugins/mage3.md

33 lines
525 B
Markdown
Raw Permalink Normal View History

2017-09-04 13:36:41 +02:00
Plugin Mage v3
==============
Triggers a deployment of the project to run via [Mage v3](https://github.com/andres-montanez/Magallanes)
Configuration
-------------
### Options
* **env** [required, string] - The environment name
### Examples
```yaml
deploy:
mage3:
env: production
```
### Options for config.yml
* **bin** [optional, string] - The mage executable path
* **log_dir** [optional, string] - The mage logs path
### Examples
```yaml
mage:
bin: /usr/local/bin/mage
log_dir: ./var/log
```