Monorepo with microservices #453
Unanswered
nickdapper
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the best way to organize mage for a monorepo setup?
Given the following conditions:
Currently, I have this setup by having a
magefile
within each microservice and then in the top level magefile, it callssh.Run("mage", "-d", path, "build")
however I'm not sure if that's the best approach. Having a few issues with this:Appreciate any help!
Beta Was this translation helpful? Give feedback.
All reactions