Redeploy Heroku app without code changes

前端 未结 4 1826
一个人的身影
一个人的身影 2020-11-29 01:02

I would like to deploy a Heroku app which will be done ideally using git push -u heroku master. However this will only work if there are any pending commits to

4条回答
  •  独厮守ぢ
    2020-11-29 01:45

    You can do it from UI as well!

    1. Login to your Heroku dashboard and go to deploy section
    2. Find Manual deploy option

    Hit Deploy Branch button!

提交回复
热议问题