Created Env plugin (markdown)

Dan Cryer 2013-10-17 02:54:32 -07:00
commit 4711d415b1

9
Env-plugin.md Normal file

@ -0,0 +1,9 @@
Sets environment variables on the PHPCI server for the build.
### Sample Configuration:
```yml
setup:
env:
APPLICATION_ENV: "development"
```