mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 12:43:11 +10:00
Add Heroku deployment instructions
This commit is contained in:
parent
9fb2495af8
commit
1961c95269
1 changed files with 5 additions and 8 deletions
13
README.md
13
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue