-
Notifications
You must be signed in to change notification settings - Fork 9.6k
misc: tweak folder used for vercel deployment #12879
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
Conversation
that sounds good to me. this PR basically removes the "now" term from our file structure, which is a great addition to #12901. (i was thinking we do s/now/vercel/ but i like this proposal even more) can you adjust the two lines in dogfood-lhci.sh that also work with /now/ ? |
paulirish
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm % dogfood-lhci thing.
this'll conflict with #12901 too. :/
FWIW https://vercel.com/guides/upgrade-to-zero-configuration#frameworks-with-zero-configuration makes it seem like we could drop the It does seem like a |
should something have failed here since |
heh probably but this happened: (and probably happens on all runs all the time. ruh roh)
i tried this on another project recently.. unfortch the config file is still necessary if you don't want vercel to comment after every deployment. (the |

Noticed a minor extra complexity with how the vercel deployment works. instead of uploading
dist/nowand moving all thegh-pagesinto that folder, I suggest we just uploaddist.->
it's still just a subset of our dist folder (although now it added
report/) because vercel only runsyarn now-build