From 1961c9526972141cf19e9147ffd44d929fdcd5b0 Mon Sep 17 00:00:00 2001 From: Kimmo Puputti Date: Mon, 16 Jan 2017 14:59:25 +0200 Subject: [PATCH] Add Heroku deployment instructions --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e77f4c1d..934d2740 100644 --- a/README.md +++ b/README.md @@ -50,13 +50,10 @@ To start the test watcher, run See more in the [testing documentation](docs/testing.md). -## Production Server +## Deployment -Ensure that the `NODE_ENV` environment variable is set to `production` -and run: +The `master` branch is automatically deployed to Heroku. If you want +to deploy a feature branch, setup the `sharetribe-starter-app` Heroku +app and push the feature branch: - yarn install - yarn run build - yarn start - -TODO: Heroku + git push heroku my-feature-branch:master