-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use mu for deployment with circleci #423
Comments
I use fargate and circleci to deploy my rails app. I deploy two services, one the web app, the other the background workers. Due to this, I had to have a second mu config (mu_worker.yml in this case) that defined the worker service, and pointed to the imageRepository of the main web app service. Seems to be working well. Here is my config.yml. Hope it helps.
|
@machadolab This sounds great. I'm in a similar situation. Any chance you could share your mu_worker.yml so I can see how I too could point to the imageRepository of my main web app service? |
mu.yml:
mu_worker.yml:
|
@machadolab Thanks for sharing the mu yaml. Couple of questions for you if you don't mind:
|
If possible at all, could someone suggest on how to deploy the changes to a repo to AWS fargate using mu on CircleCI? What would a config.yml look like? I have no good idea where to start as mu seems to need a git repo somehow.
The text was updated successfully, but these errors were encountered: