You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
when I change a file, it zips up and deploys that file only. However when I do a deployment, it zips up the entire package (as expected). I've tried different minimatch filters, and cannot get deployOnChange to deploy an entire package - however a manual deploy works.
Also, is there anyway to disable the unique filenames when deploying to a zip file? I'd like to have it always deploy to (and overwrite) a single zip target.
Description
when I change a file, it zips up and deploys that file only. However when I do a deployment, it zips up the entire package (as expected). I've tried different minimatch filters, and cannot get deployOnChange to deploy an entire package - however a manual deploy works.
Also, is there anyway to disable the unique filenames when deploying to a zip file? I'd like to have it always deploy to (and overwrite) a single zip target.
here is my settings.json
The text was updated successfully, but these errors were encountered: