Skip to content

Document usage of custom working directory with custom config path #1991

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

Open
Robstei opened this issue Apr 5, 2025 · 0 comments
Open

Document usage of custom working directory with custom config path #1991

Robstei opened this issue Apr 5, 2025 · 0 comments

Comments

@Robstei
Copy link

Robstei commented Apr 5, 2025

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

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant