Browse Source

Add some usage examples

1.0
Kuba Turek 10 years ago
parent
commit
d7db7cb66d
  1. 3
      docs/example-config/.mage/config/environment/production.yml
  2. 4
      docs/example-config/.mage/config/general.yml

3
docs/example-config/.mage/config/environment/production.yml

@ -22,3 +22,6 @@ tasks:
- sampleTask - sampleTask
- sampleTaskRollbackAware - sampleTaskRollbackAware
verbose_logging: true verbose_logging: true
env:
variables:
symfony_env: prod

4
docs/example-config/.mage/config/general.yml

@ -7,3 +7,7 @@ verbose_logging: false
scm: scm:
type: git type: git
url: git://github.com/andres-montanez/Zend-Framework-Twig-example-app.git url: git://github.com/andres-montanez/Zend-Framework-Twig-example-app.git
env:
variables:
node_path: "/bin/node"
symfony_env: prod

Loading…
Cancel
Save