-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Add support for netlify.toml #1772
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
Conversation
CompuIves
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very good to me! Keep in mind that people also have invalid configs (invalid syntax, wrong values for keys, etc...). We need to make sure that we handle all those cases well.
I left a few comments, we should be able to merge this after adding them!
packages/app/src/app/pages/Sandbox/Editor/Workspace/items/Deployment/Netlify.js
Outdated
Show resolved
Hide resolved
packages/app/src/app/pages/Sandbox/Editor/Workspace/items/Deployment/Netlify.js
Show resolved
Hide resolved
| 'package.json': 'npm', | ||
| 'sandbox.config.json': 'codesandbox', | ||
| 'now.json': 'now', | ||
| 'netlify.toml': 'settings', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adds icon
|
Merci!! |

This PR adds support for a config file for netlify deployments.