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

10 lines
156 B
Markdown
Raw Normal View History

2016-07-17 16:20:35 +02:00
Sets environment variables on the PHPCI server for the build.
### Sample Configuration:
```yml
setup:
env:
APPLICATION_ENV: "development"
```