-
Notifications
You must be signed in to change notification settings - Fork 39
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
Update Vercel Deployment to Zola v0.15.3 #54
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/ejmg/zerm/8NGTjSY9j34bKGZ4KnrehwLWuzei |
A quick dirty fix to get #53 to work would be to just upgrade Zola to v0.14.0 instead of the latest version |
If I'm reading the documentation right, it seems that we can't change the build image. Instead, what we can do is build Zola from source, since Vercel does give an option to install Rust. |
adding rust into the deploy setup feels fragile but looking at this issue's history, it has been around for some time now. that said, i've just spent the last 20 minutes or so trying to understand what /i/ would need to do in order to get this running so that zerm can handle > v0.14 zola features and still can't tell if we are allowed to define these changes locally to package.json or if I'll need to exclusively use the build settings (from my Vercel dashboard) as are described here |
man, it looks like keats got zola v0.15.3 working for his website using netflify. if changing the entire deployment setup turns out to be simpler, then maybe we should consider that too. |
Any progress? |
unfortunately, no. i haven't made the time to setup either a separate deployment mechanism (as i previously mentioned) or see how vercel can be made to work with a patch/work-around. |
i've knocked out a few PR's this past week, i will try to follow up on this one along with a few others. |
No description provided.