Heroku运行二进制版本的Web(使用Golang编写)

huangapple go评论85阅读模式
英文:

Heroku run binary version of web(golang)

问题

我正在尝试使用https://github.com/ryandotsmith/null-buildpack,并编译了web进程版本(Linux x64),但当我执行git push heroku master时,进程卡在了以下位置:

remote: Compressing source files... done. remote: Building source: remote: remote: Build stream timed out, reverting to polling...............

Procfile文件内容如下:

web: /app/bin/www

英文:

I'm trying to use https://github.com/ryandotsmith/null-buildpack
and have compiled web process version(linux x64)
but when i'm doing git push heroku master process hangs on

remote: Compressing source files... done.
remote: Building source:
remote:
remote: Build stream timed out, reverting to polling...............

Procfile:

web: /app/bin/www

答案1

得分: 0

由于Heroku的问题引起,现在已经解决了。
https://status.heroku.com/

英文:

Was caused by a heroku issue, resolved now
https://status.heroku.com/

huangapple
  • 本文由 发表于 2015年12月12日 19:52:44
  • 转载请务必保留本文链接:https://go.coder-hub.com/34239521.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定