Heroku is not updating my code?

后端 未结 12 1212
闹比i
闹比i 2020-12-15 23:33

So I did some CSS changes on my local, ran git add ., git commit -am \"Hello\", git push heroku master, and for some reason two commmi

12条回答
  •  轮回少年
    2020-12-16 00:13

    Make sure your local branch is master. If you're using a different local brach then you have to use.

    git push heroku your_local_branch_name:master
    

提交回复
热议问题