Skip to content

Commit fe0058d

Browse files
committed
deploy links
1 parent e601848 commit fe0058d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## See demo
44

5-
Open [react-notes.std-1033.ist.mospolytech.ru](http://react-notes.std-1033.ist.mospolytech.ru/) to view working demo in the browser.
5+
Open [mern-notesapp.herokuapp.com](https://mern-notesapp.herokuapp.com/) or [react-notes.std-1033.ist.mospolytech.ru](http://react-notes.std-1033.ist.mospolytech.ru/) to view working demo in the browser.
66

77
![Screenshot](https://i.postimg.cc/bJDKyz3s/719.png)
88

@@ -36,7 +36,7 @@ to install and build app before run it
3636

3737
to run production app version
3838

39-
## Deployment on Ubuntu
39+
## Deployment on Ubuntu LVS
4040

4141
- Clone from GitHub
4242
- Run `cd react-notes && npm run deploy && cd`
@@ -63,3 +63,11 @@ module.exports = {
6363
],
6464
};
6565
```
66+
67+
## Deployment on Heroku
68+
69+
- Create Heroku app
70+
- Connect to GitHub repo
71+
- Add Node.js buildpack in settings
72+
- Add config vars
73+
- Click "Deploy branch" button

0 commit comments

Comments
 (0)