CFoundry::StagingError: 170001: Staging error: no available stagers
部署到 CF v2 时出现错误:
$ git clone https://github.com/svaiyapu/cf-env.git
$ cd cf-env
$ bundle
$ cf push
Name> cf-env
Instances> 1
Custom startup command>
1: 64M
2: 128M
3: 256M
4: 512M
5: 1G
Memory Limit> 2
Creating cf-env... OK
1: cf-env
2: none
Subdomain> 1
1: cfapps.io
2: none
Domain> 1
Creating route cf-env.cfapps.io... OK
Binding cf-env.cfapps.io to cf-env... OK
Create services for application?> n
Save configuration?> y
Saving to manifest.yml... OK
Uploading cf-env... OK
Starting cf-env... FAILED
CFoundry::StagingError: 170001: Staging error: no available stagers
我以为v2不再有stagers了。
另外,为什么它不自动检测 Ruby/Sinatra 应用程序而不是要求我运行命令?