Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 3022977

Browse files
authored
Merge pull request #1055 from alphagov/update-worker-manifest-db-actions
Update the worker manifests to run db actions
2 parents 60a5ddb + d9a8146 commit 3022977

4 files changed

+2
-32
lines changed

production-app-manifest.yml

-15
This file was deleted.

production-worker-manifest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ applications:
33
memory: 1G
44
buildpack: https://github.com/cloudfoundry/ruby-buildpack.git#v1.8.17
55
stack: cflinuxfs3
6-
command: bundle exec sidekiq
6+
command: bundle exec rake db:migrate db:seed && bundle exec sidekiq
77
env:
88
RAILS_ENV: production
99
RACK_ENV: production

staging-app-manifest.yml

-15
This file was deleted.

staging-worker-manifest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ applications:
33
memory: 1G
44
buildpack: https://github.com/cloudfoundry/ruby-buildpack.git#v1.8.17
55
stack: cflinuxfs3
6-
command: bundle exec sidekiq
6+
command: bundle exec rake db:migrate db:seed && bundle exec sidekiq
77
env:
88
RAILS_ENV: staging
99
RACK_ENV: staging

0 commit comments

Comments
 (0)