Skip to content

Commit 79a50ad

Browse files
authored
Merge pull request #39 from styfle/heroku-deploy
Add link to deploy to heroku
2 parents ff95e14 + 79c6ee7 commit 79a50ad

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,8 @@ Then navigate to http://localhost:3007 and click on the buttons to see some reac
2929

3030
## Deployment
3131

32-
You can deploy with `now` by doing something like the following:
33-
34-
```sh
35-
npx now -e NODE_ENV=production styfle/react-server-example-tsx
36-
```
32+
- Heroku: <a href="https://www.heroku.com/deploy/?template=https://github.com/styfle/react-server-example-tsx"><img src="https://www.herokucdn.com/deploy/button.svg" alt="Deploy" height="20px"></a>
33+
- ZEIT Now: `npx now -e NODE_ENV=production styfle/react-server-example-tsx`
3734

3835
## Preventing XSS
3936

0 commit comments

Comments
 (0)