Browse Source

fix the buildpack to previous version

pull/1000/head
Kat 4 years ago
parent
commit
b959addf84
  1. 2
      manifest.yml

2
manifest.yml

@ -1,7 +1,7 @@
--- ---
defaults: &defaults defaults: &defaults
buildpacks: buildpacks:
- https://github.com/cloudfoundry/ruby-buildpack.git - https://github.com/cloudfoundry/ruby-buildpack.git#v1.8.59
processes: processes:
- type: web - type: web
command: bundle exec rake cf:on_first_instance db:migrate && bin/rails server command: bundle exec rake cf:on_first_instance db:migrate && bin/rails server

Loading…
Cancel
Save