misc: tweak folder used for vercel deployment#12879
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/ ? |
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