static-web-apps-cli icon indicating copy to clipboard operation
static-web-apps-cli copied to clipboard

Support monorepos

Open manekinekko opened this issue 5 years ago • 2 comments

Is your feature request related to a problem? Please describe. Currently, running swa inside a monorepo project such as shopathome (by @johnpapa) , will give unexpected behaviors.

Describe the solution you'd like The emulator needs to support:

  • monorepo projects
  • multiple workflow GitHub files (one per sub-project)

manekinekko avatar Nov 05 '20 09:11 manekinekko

I would like to add to support multiple workflow files for the same project. We have multiple SWA projects, where we have 2-3 workflow files to represent multiple stages. These could be combined into a single one, but if you stay with what Azure initializes in your repo, you will have one workflow file per connected SWA in Azure (e.g. Dev, Test, Prod).

itpropro avatar Mar 10 '21 17:03 itpropro

Thank you @itpropro for the feedback.

manekinekko avatar Mar 11 '21 15:03 manekinekko