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

Custom variables break plugin #31

Open
jeremygottfried opened this issue Jun 8, 2020 · 0 comments
Open

Custom variables break plugin #31

jeremygottfried opened this issue Jun 8, 2020 · 0 comments

Comments

@jeremygottfried
Copy link

This works:

fullstack: 
  domain: mydomain.com
  certificate: xxxxxxxxxxxxxxx
  distributionFolder: ../web/build
  apiPath: api
  clientCommand: yarn run build
  clientSrcPath: ../web/
  bucketName: mybucketname
  singlePageApp: true
  noConfirm: true

This breaks (with exactly the same config):

stage: "${opt:stage, self:provider.stage}"
fullstack: ${file(./fullstack.${self:custom.stage}.yml)}
  Fullstack serverless configuration errors:
  - Could not find '/Users/xxx/xxx/xxx/client/dist' folder in your project root
  - Please specify a bucket name for the client in serverless.yml
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