Skip to content

fix run command#84

Merged
ohaiwalt merged 2 commits intomasterfrom
fix_sidekiq_deploy
Apr 22, 2019
Merged

fix run command#84
ohaiwalt merged 2 commits intomasterfrom
fix_sidekiq_deploy

Conversation

@apex-omontgomery
Copy link
Member

@apex-omontgomery apex-omontgomery commented Apr 22, 2019

Need to run bundle exec prior due to changes in how the BE runs now. Additionally the cfg doesn't exist. Unsure if we need to specify or add a config so removing for now.

This change is only required when we merge the rails upgrade. I don't know what will happen with the current version. We could try pushing this and then manually changing the image to the one that was broken last night. Then merging the reverted PR.

- name: sidekiq
image: operationcode/operationcode_backend:latest
command: ["sidekiq", "-C config/sidekiq.yml.erb"]
command: ["bundle", "exec", sidekiq", "-C config/sidekiq.yml.erb"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're missing an opening quote on sidekiq.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

Copy link
Member

@ohaiwalt ohaiwalt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants