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

Support deploy --archive argument #188

Closed
frank7huysen opened this issue Oct 27, 2022 · 5 comments
Closed

Support deploy --archive argument #188

frank7huysen opened this issue Oct 27, 2022 · 5 comments

Comments

@frank7huysen
Copy link

Hello,

According to vercelignore not ignoring files in build output we have to pass --archive as one of the deploy command options. Unfortunately, this is not possible using Vercel args.

Pipeline example

vercel-args: "--prebuilt --archive=tgz"

Vercel CLI 25.1.0
Error! unknown or unexpected option: --archive

Therefore, it would be nice if we could pass --archive as one of the vercel-args.

Thanks!

@frank7huysen frank7huysen changed the title Support deploy --archive option Support deploy --archive argument Oct 27, 2022
@frank7huysen
Copy link
Author

frank7huysen commented Oct 27, 2022

I guess the const VERCEL_BIN = 'vercel@25.1.0' needs at least version 28.0.0 if possible. See release https://github.com/vercel/vercel/releases/tag/vercel%4028.0.0

@frank7huysen
Copy link
Author

Oops related Pull Request #183

@rcerljenko
Copy link

@amondnet could you tag a new version with the latest changes such as vercel-version param?

@amondnet
Copy link
Owner

@rcerljenko
Copy link

thanks!

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

3 participants