在我的heroku app repo中,我们有git依赖
"allcountjs" : "git+https://gitlab.com/ourawesome/allcountjs.git#Print
我对此repo(allcountjs)进行了一些更改,我想将它们反映到我的heroku应用程序中。
我在heroku上做了一个git pull / git push,它似乎已经成功部署了应用程序。唉,当我在网上访问应用程序时,我看不到这些变化。
知道为什么吗? 如何在heroku应用程序上强制重启节点?
我希望很清楚。提前谢谢。
答案 0 :(得分:1)
它更像NPM问题而不是Heroku。尝试将commit id而不是branch放在依赖的url中,例如:
"dependency" : "git+https://gitlab.com/ourawesome/allcountjs.git#e1111a0a4cf50ae6ef1dde4c22b87d833e26befa"
因此NPM知道它已更新