简体   繁体   中英

How do I deploy my site from github to heroku?

How do I deploy my site from github to heroku?

nbp-229-179:portfolio folder admin$ git push heroku master fatal: 'heroku' does not appear to be a git repository fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. nbp-229-179:portfolio folder admin$

You might want to look into the GitHub integration , which will allow you to link your heroku app with github, not do any git pushes to heroku anymore but have your application automatically deployed.

With pipelines , you can automatically deploy a staging app with every push to the master branch, and manually promote the staging deployment to production.

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