New Discussion

Notifications

You’re not receiving notifications from this thread.

Rails App configurations for AWS CodeBuild

1
Rails

I have a rails application that is deployed on AWS EC2 instance with CodePipeline. I have added the Build stage in the pipeline using AWS CodeBuild to build test my code.

I have no idea about where to add below rails command to execute whenever code auto-deploy using the pipeline.

  1. bundle install
  2. rake db:migrate, create, assets compile
  3. Restart sidekiq
Join the discussion
Create an account Log in