amondnet / vercel-action

This action make a deployment with github actions instead of Vercel builder.
https://vercel.com/docs/cli
MIT License
619 stars 95 forks source link

Support for checks-lifecycle #230

Open henryruhs opened 1 year ago

henryruhs commented 1 year ago

Is there a chance to integrate checks-lifecycle to this action?

https://vercel.com/docs/integrations/checks-overview#checks-lifecycle

  1. stage to deploy the application without going live
  2. stage to test against the staging url
  3. promote the pending deployment to go live

There should be a way to pass variables between stage - not sure how.