Replies: 1 comment
-
@pm0u this was one of the very first features added to https://github.com/mountainash/deploy-to-vercel-action |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Vercel CLI allows an
--archive
flag which can compress the upload into a single tgz archive before upload. This can greatly reduce the number of files uploaded and reduce impact on API limits (5,000/day free, 40,000/day paid plan).https://vercel.com/docs/cli/deploy#archive
Beta Was this translation helpful? Give feedback.
All reactions