Recompile Heroku slug without push or config change

后端 未结 8 535
無奈伤痛
無奈伤痛 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:41

    Remove the branch, then re-push it. No need to use a plugin.

    git push heroku :master
    git push heroku master
    

提交回复
热议问题