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
buildpacks:
- https://github.com/cloudfoundry/ruby-buildpack.git
- https://github.com/cloudfoundry/ruby-buildpack.git#v1.8.59
processes:
- type: web
command: bundle exec rake cf:on_first_instance db:migrate && bin/rails server

Loading…
Cancel
Save