You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,18 @@ Follow tutorial [Deploying Full Stack React App to Heroku](https://jojozhuang.gi
40
40
Follow tutorial [Continuously Deploy Full Stack React App to Heroku and Netlify with Travis-CI](https://jojozhuang.github.io/tutorial/continuously-deploy-full-stack-react-app-to-heroku-and-netlify-with-travis-ci) to continuously deploy this Full Stack app to Heroku(RESTful API) and Netlify(Frontend React).
41
41
42
42
## Upgrade eo heorku20
43
+
Server.
43
44
```sh
45
+
cd code-editor-react
46
+
heroku login
47
+
heroku git:remote -a code-editor-api
48
+
git commit --allow-empty -m "Upgrading to heroku-20"
49
+
git push heroku master
50
+
```
51
+
52
+
Client.
53
+
```sh
54
+
cd code-editor-react
44
55
heroku login
45
56
heroku git:remote -a code-editor-react
46
57
git commit --allow-empty -m "Upgrading to heroku-20"
0 commit comments