-
Notifications
You must be signed in to change notification settings - Fork 365
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
allow selective deploy within directory tree #21
Comments
Was looking around your documentation for this feature (most simple use case is that when I make static website on my dev machine, and want to publish it via Surge.sh have done it in very simple way: by adding a custom ignore file and some reasonable defaults. Is something like this possible in today's |
Nothing like that exists, but we'd accept contributions :) All development going forward is going to be on the Go client: https://github.com/netlify/netlifyctl so if you're hoping for it to get implemented by us - that's the one to file the feature request on. |
The upcoming 2.0.0 cli ignores |
* fix: adjust Edge Functions deploy message * refactor: reinstate internal count
Would be nice to have this. Certain files are already being excluded and the js-client used to have a deploy method which would allow you to specify a Would be nice to have some kind of glob pattern you could pass in that excludes files matching a certain pattern in your deploy dir, i.e.
|
Requested by a customer but perhaps has wider appeal than one person:
an ability to select files to exclude or include during a deploy of a directory.
Perhaps it could behave like .gitignore, where you could set patterns (eg node_modules/* or *.o) not to be deployed?
The text was updated successfully, but these errors were encountered: