php-censor/docs/en/plugins/env.md
2016-07-17 20:32:51 +06:00

10 lines
156 B
Markdown

Sets environment variables on the PHPCI server for the build.
### Sample Configuration:
```yml
setup:
env:
APPLICATION_ENV: "development"
```