I have two computers and I want both of them to be able to pull/push from the same repo on github as well as deploy to the same app on heroku. I know that Heroku allows you to clone its git repo on another computer so it can be linked up too, but I don't want the second to clone the heroku repo - i want it to clone the git repo and then have both computers be able to update heroku when either one deploys... how do I do this? Already the two are connected to the same github successfully but I now want to connect them to the same heroku app.
Heroku makes it easy to collaborate with others. You can permit collaborators to deploy changes to your apps, scale them, and access their data, among other operations. Additional powerful collaboration features are available as part of Heroku Enterprise.
In terms of concurrent connections there is a theoretical limit of 50 connections per Heroku router instance but we don't currently publicise the number of router instances running at any one time.
Verified accounts can create no more than 100 apps.
Heroku is so easy to use that it's a top choice for many development projects. With a special focus on supporting customer-focused apps, it enables simple application development and deployment.
git remote add heroku [email protected]:your_app_name.git
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With