简体   繁体   中英

How to update heroku app (Node js) from github repo?

I have tried the same as React deploy precess.

git status
git remote add origin <repo link>
git commit -m "node js"
git add .

But it does not work.

can you know me how to update the node.js app in Github that I have been uploaded to the Heroku server.

In your app deployment settings, add a repository to link your app with it:

在此处输入图像描述

After that you can enable the automatic deploy on a specific branch and each push or deploy manually a branch.

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM