-
-
Notifications
You must be signed in to change notification settings - Fork 132
Switch hosting provider #315
Comments
I think we can switch to Netlify given (https://www.netlify.com/legal/open-source-policy) or Vercel (https://vercel.com/support/articles/can-vercel-sponsor-my-open-source-project). Whatever you chose - I have contacts on both providers. |
Really want to see this happen. It's very frustrating not being able to see how changes to docs in the main repo will affect the site without first merging into |
@luisorbaiceta if you include a badge https://www.netlify.com/press/#badges in the footer, I can request an OSS account from Netlify. |
I'm afraid this is a consequence of the current build process and has nothing to do with the provider. A good solution would be to always work on the same branch the docs changes ( |
I do not wish to complicate the core repo contribution workflow. The website build should be able to accommodate the normal PR process. |
@luisorbaiceta it should be possible by triggering a rebuild using the API. |
If changes have not been merged to master, there is no way to preview them without knowing the name of the branch those changes have been made in beforehand. See here |
Should we choose Netlify then? |
I would go ahead with Netlify unless somebody has a strong preference for something else. I don't know what would entail to pick Netlify vs something else (or roll our own). I'm just working to create a sponsored account for Fastify. Do anyone have an objection in picking Netlify? |
Great! Let me know when credentials are ready so I can start a PR to work on the new workflow |
I'd need the badge to be there to do that. |
Should we wait a reasonable time then to see if anyone has any objections with Netlify? If not, I have time to add it now |
Open a PR, let's wait a day or two to land it. |
No objections here. |
I have requested an OSS account from Netlify |
@luisorbaiceta I have invited you to Netlify |
Great! We can now trigger deploys by connecting the account to the repo, or by setting up a workflow from github actions. I'm fine with both approaches |
As you prefer, you should have enough permissions for both - in case let me know. |
Prerequisites
🚀 Feature Proposal
There is already an open issue that suggest the change to Netlify #84, But I think any provider that has deployment previews and redirections should be fine.
Any good personal experience and recommendation with a hosting provider that meets the motivation of the issue will be very valuable!
Motivation
PR previews (#153 )
Redirections and rewrites (#312 )
The text was updated successfully, but these errors were encountered: