Replies: 4 comments
-
I have a bit of experience with Netlify, although I just deploy via "drag & drop" most of the time. 🙂 They have a free plan for Open Source, but which requires a link or badge to be added to our website:
I don't have a strong opinion on this one. I honestly think GitHub Pages is good enough. Preview links on PRs would be a nice to have, but also not something we couldn't live without. Maybe it'd be worth the change if the setup is simple enough. I never tried to integrate it with GitHub before to know. |
Beta Was this translation helpful? Give feedback.
-
Hi @misitebao, no strong opinion on this one. I usually checkout PRs on my machine to test them anyway, so if there are docs changes, I will just run |
Beta Was this translation helpful? Give feedback.
-
Whether to migrate has no effect on me, I just offer a small suggestion. 😂 |
Beta Was this translation helpful? Give feedback.
-
@misitebao I end up applying for the OSS Netlify plan and we got accepted. The setup was quickier than I thought initially. It's already generating preview links on PRs. I'll add a Netlify link/badge and move the domain to Netlify soon. |
Beta Was this translation helpful? Give feedback.
-
Hi, @andreynering @pd93
Currently our website is deployed on
github-pages
, relying onwebsite-deploy
andwebsite-test
workflow it works well. The problem now is that we have no way to preview when there are commits or PRs about documentation changes.For myself, I deploy the
fork
project inVercel
, so you can see that basically the PR I submit about the documentation will come with a preview link, but we can fully automate and popularize this method change.We can deploy our documents on the cloud platform. Every time we change the document, we can check the status and preview link of the document deployment of the specified branch in real time, which will provide great convenience.
As far as I know and have used cloud platforms, there are
Vercel
,Netlify
,Cloudflare Pages
, and the usage methods are basically the same. Since Task is an organization rather than a personal project,Vercel
is not recommended.Beta Was this translation helpful? Give feedback.
All reactions