Browse Source

fix the buildpack to previous version (#1000)

CLDC-1671-deactivate-scheme^2
kosiakkatrina 2 years ago committed by GitHub
parent
commit
3e60f5d871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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