From feb635564e991262395c1bb896fec08b92a072fe Mon Sep 17 00:00:00 2001 From: nelsonic Date: Thu, 15 Sep 2016 09:38:21 +0100 Subject: [PATCH] actually, why not put the *real* environment variable *KEYS* in the sample.env ? #29 --- sample.env | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sample.env b/sample.env index 31f7cbb..7d96fe7 100644 --- a/sample.env +++ b/sample.env @@ -1 +1,6 @@ -MY_VAR='your environment variables go here' +export AWS_S3_BUCKET=apply-your-values-to-these-keys +export AWS_REGION=eu-west-1 +export AWS_ACCESS_KEY_ID= +export AWS_SECRET_ACCESS_KEY= +export SAUCE_USERNAME= +export SAUCE_ACCESS_KEY= \ No newline at end of file