我一直在使用以下 heroku jammit gem 进行部署:
https://github.com/kylejginavan/heroku_jammit/blob/master/lib/heroku_jammit.rb
在夜间部署期间,heroku 让我更新了我的 heroku gem,然后破坏了这个 jammit gem。我现在收到以下错误:
===== Deploying assets for to heroku...
! Invalid path.
! Syntax is: git@heroku.com:<app>.git where <app> is your app's name
fatal: The remote end hung up unexpectedly
[FAIL]
===== Done...
===== Deleting compiled assets...[OK]
===== Commiting deleted assets...[OK]
===== Done...
在 heroku_jammit gem '/lib/heroku_jammit.rb'
line 84: run "git push git@heroku.com:#{@app}.git #{branch}:master"
有关如何更新此行以使用新的 heroku gem 的任何建议?
谢谢