Heroku — deployment from multiple computers?

前端 未结 4 509
情深已故
情深已故 2021-01-31 08:38

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

4条回答
  •  -上瘾入骨i
    2021-01-31 09:22

    Building on the answers above, but updating as the Heroku dashboard appears to have changed:

    1. Select your app
    2. Select Settings
    3. Under info, find Git URL and use that (e.g., git@heroku.com:your-app_name-xxxx.git, as mentioned above)

提交回复
热议问题