diff --git a/manifest.yml b/manifest.yml index 5935f2495..afabbb4f7 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,7 +1,7 @@ --- defaults: &defaults buildpacks: - - ruby_buildpack + - https://github.com/cloudfoundry/ruby-buildpack.git processes: - type: web command: bundle exec rake cf:on_first_instance db:migrate && bin/rails server