Recompile Heroku slug without push or config change

后端 未结 8 507
無奈伤痛
無奈伤痛 2020-12-02 04:55

I\'m wondering if there is a way to force Heroku to recompile the slug without pushing new commits and/or updating the config variables.

Why would I want to do this?

8条回答
  •  温柔的废话
    2020-12-02 05:42

    There is a heroku plugin for this.

    $ heroku plugins:install heroku-releases-retry
    Installing plugin heroku-releases-retry... done
    $ heroku releases:retry
    Retrying v16 on ⬢ murmuring-lowlands-3398... done, v17
    

提交回复
热议问题