Skip to content
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

fix: Deployment using serverless-compose #636

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

timo92
Copy link

@timo92 timo92 commented Jul 18, 2024

When using serverless-compose to deploy services the current working directory is set to the cwd of the shell. This also occurs when using the --config flag to define the path to the serverless.yml in a different directory.

This PR sets the cwd used by globby to find the GraphQL schema files to the directory of the serverless.yml of the service which matches the behavior described in the documentation.

@bboure
Copy link
Collaborator

bboure commented Jul 18, 2024

Thank you. This makes sense.

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

Successfully merging this pull request may close these issues.

2 participants