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
+8
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,14 @@ Follow tutorial [Deploying Full Stack React App to Heroku](https://jojozhuang.gi
39
39
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
+
## Upgrade eo heorku20
43
+
```sh
44
+
heroku login
45
+
heroku git:remote -a code-editor-react
46
+
git commit --allow-empty -m "Upgrading to heroku-20"
47
+
git push heroku master
48
+
```
49
+
42
50
# Portfolio
43
51
Read portfolio [Code Editor(React)](https://jojozhuang.github.io/project/code-editor-react/) to learn the main functions of this code editor.
0 commit comments