From 4652895142e851a5ecbc88a5673e51c9cf0dc754 Mon Sep 17 00:00:00 2001 From: Tim De Pauw Date: Sat, 15 Feb 2014 16:50:17 +0100 Subject: [PATCH] Documenting buildpack-env-arg for now --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e717cbd58..48512899d 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Usage ----- - Set your Heroku app's buildpack URL to `https://github.com/timdp/heroku-buildpack-nodejs-gulp.git` +- Run `heroku labs:enable buildpack-env-arg` to enable environment variable support - Run `heroku config:set NODE_ENV=production` to set your environment to `production` (or any other name) - Add a Gulp task called `heroku:production` that builds your app - Serve your app using Express or whatever