Redeploy Heroku app without code changes

前端 未结 4 1859
一个人的身影
一个人的身影 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:39

    There is now also a plugin for the Heroku command-line that allows you to re-release the most recently deployed slug.

    See https://www.npmjs.com/package/heroku-releases-retry

提交回复
热议问题