vercel-action icon indicating copy to clipboard operation
vercel-action copied to clipboard

Feature request: Option to not wait for deployment

Open carlosfaria94 opened this issue 3 years ago • 1 comments

GitHub Actions hours are a limited resource, on the other hand, Vercel build time doesn't have limit.

Therefore, seems reasonable in some cases not waiting for the deployment inside a GitHub Action, in order to reduce the time running a GitHub Action.

A new input like wait-for-deploy set to true will exit Vercel CLI and finish the GitHub Action immediately, allowing only the upload of assets to Vercel. Thus, the build process will proceed and status or comments with deploy links will not be available.

Similar feature: https://github.com/einaregilsson/beanstalk-deploy

Thank you

carlosfaria94 avatar Jan 15 '21 01:01 carlosfaria94

Came across this and am really interested in this feature!

Any reason #70 was closed?

jamesopti avatar Jul 30 '22 17:07 jamesopti