Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Manually specify ruby_buildpack in cf staging manifest as well
Browse files Browse the repository at this point in the history
  • Loading branch information
tjgrathwell committed May 3, 2016
1 parent 3b8d014 commit cf9530e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/cf/manifest-staging.yml
Expand Up @@ -5,6 +5,7 @@ applications:
instances: 1
host: project-monitor-staging
path: ../../
buildpack: ruby_buildpack
command: bundle exec rake db:migrate && bundle exec rake db:seed && bundle exec unicorn -p $PORT -c ./config/unicorn.rb
services:
- db-staging
Expand All @@ -13,6 +14,7 @@ applications:
memory: 512M
instances: 1
path: ../../
buildpack: ruby_buildpack
command: bundle exec rake jobs:work
no-route: true
services:
Expand All @@ -22,6 +24,7 @@ applications:
memory: 512M
instances: 1
path: ../../
buildpack: ruby_buildpack
command: bundle exec clockwork ./clockwork.rb
no-route: true
services:
Expand All @@ -31,6 +34,7 @@ applications:
memory: 1024M
instances: 1
path: ../../
buildpack: ruby_buildpack
command: bundle exec rake projectmonitor:poller
no-route: true
services:
Expand Down

0 comments on commit cf9530e

Please sign in to comment.