From 4711d415b1a1bcde7f02da63a963296e230e2539 Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Thu, 17 Oct 2013 02:54:32 -0700 Subject: [PATCH] Created Env plugin (markdown) --- Env-plugin.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Env-plugin.md diff --git a/Env-plugin.md b/Env-plugin.md new file mode 100644 index 0000000..76d41be --- /dev/null +++ b/Env-plugin.md @@ -0,0 +1,9 @@ +Sets environment variables on the PHPCI server for the build. + +### Sample Configuration: + +```yml +setup: + env: + APPLICATION_ENV: "development" +``` \ No newline at end of file