Add Heroku deployment instructions

This commit is contained in:
Kimmo Puputti 2017-01-16 14:59:25 +02:00
parent 9fb2495af8
commit 1961c95269

View file

@ -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