We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I found an issue with this document.
Title: Monorepo and multi-environment deployments Location: https://fly.io/docs/launch/monorepo/ Source: https://github.com/superfly/docs/blob/main/launch/monorepo.html.md
The page describes how to set the working directory and the config path but not how to combine them.
I assumed this would work
fly deploy ./my-app --config ./flyio/my-app.toml
But the path to the config needs to be relative from the build context.
So this is correct
fly deploy ./my-app --config ../flyio/my-app.toml
This could be specified so others don't have search for it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I found an issue with this document.
Title: Monorepo and multi-environment deployments
Location: https://fly.io/docs/launch/monorepo/
Source: https://github.com/superfly/docs/blob/main/launch/monorepo.html.md
Describe the issue
The page describes how to set the working directory and the config path but not how to combine them.
I assumed this would work
But the path to the config needs to be relative from the build context.
So this is correct
This could be specified so others don't have search for it.
The text was updated successfully, but these errors were encountered: