-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
feat: retry on alias creation error #215
Conversation
Deploy preview for team-scope-test ready! ✅ Preview Built with commit c4009ca. |
Deploy preview for express-basic-auth ready! ✅ Preview Built with commit c4009ca. |
Deploy preview for zeit-now-deployment-action-example-static ready! ✅ Preview Built with commit c4009ca. |
Deploy preview for vercel-action-example-nextjs ready! ✅ Preview Built with commit c4009ca. |
Deploy preview for zeit-now-deployment-action-example-angular ready! ✅ Preview Built with commit c4009ca. |
84ba68b
to
99dcbb7
Compare
c365713
to
c4009ca
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
We often see
npx vercel alias create
failing intermittently when it creates certificates (we create a new subdomain for each deploy and create an alias to it). Having to re-run the whole deploy because of this is annoying, so this PR introduces retry logic for thenpx vercel alias create
command specifically.