-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Support multi-app configuration (.platform.app.yaml isn't always in the root (and applications.yaml is a thing too)) #92
Comments
I didn't know that .platform.app.yaml could be elsewhere than in the root. I'm not sure we'll plan to deal with that case. Could you please link to docs explaining how it can be elsewhere than in the root? |
Docs for |
… On Mon, 23 Jan 2023 at 17:12, Paul Gilzow ***@***.***> wrote:
Docs for applications.yaml :
https://docs.platform.sh/create-apps/multi-app.html#unified-app-configuration
—
Reply to this email directly, view it on GitHub
<#92 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA26OE26HBMIGVGY32RWMD3WT2UYRANCNFSM6AAAAAAUDUZPOQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Thanks both - I guess the thing is we're explicitly not supporting multi-app setups in this add-on at this time. |
the I also believe @rfay maybe we need to call out in the readme that the add-on does not support multiapps |
Oh, I thought the README already had that, thanks. |
moh :(
…On Mon, 23 Jan 2023 at 17:34, Randy Fay ***@***.***> wrote:
Thanks both - I guess the thing is we're explicitly not supporting
multi-app setups in this add-on at this time.
—
Reply to this email directly, view it on GitHub
<#92 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA26OEZMRFMSGMYCEM57KF3WT2XHRANCNFSM6AAAAAAUDUZPOQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Don't worry @matthiaz it's in the roadmap 😉 |
Definitely something me and my org would be interested in. This is a common scenario for us. |
Looking forward for this feature too 👍 |
My test project does not have a
.platform.app.yaml
in the root folder, but in one of the subfoldersSo when I try to get the plugin, it gives me an error
I believe this
.platform.app.yaml
is hardcoded here: https://github.com/drud/ddev-platformsh/blob/ae0bd9675aa20a7166411a7c1b0805a17a38ab8a/install.yaml#L312Am I supposed to set the docroot to the folder where
.platform.app.yaml
lives? (I tried but it's not changing the error)How would this handle the
.platform/applications.yaml
?The text was updated successfully, but these errors were encountered: