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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ 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
42
+
## Upgrade to heorku20 stack
43
43
Server.
44
44
```sh
45
45
cd code-editor-react
@@ -57,6 +57,7 @@ heroku git:remote -a code-editor-react
57
57
git commit --allow-empty -m "Upgrading to heroku-20"
58
58
git push heroku master
59
59
```
60
+
*[Upgrading to the Latest Stack](https://devcenter.heroku.com/articles/upgrading-to-the-latest-stack)
60
61
61
62
# Portfolio
62
63
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