![Deploy Contentful Site in China With 21YunBox (Step-by-Step Guide)](/assets/generated/1200/21yb_contentful.webp)
In this blog, we will walk through the steps of publishing websites using Contentful with 21YunBox.
Steps to publish contentful sites in China using 21YunBox:
- Sign up on 21YunBox
- Create or use existing Contentful space
- Fork Contentful Starter on Github
- Use the following values during creation:
Runtime | Static Site |
---|---|
Build Command | yarn && yarn build |
Publish Directory | ./public |
Click Advanced Configuration to add below environment variables:
KEY | VALUE |
---|---|
CONTENTFUL_SPACE_ID | You can find it on Contentful Dashboard -> “Settings” -> API Keys -> “Space ID” |
CONTENTFUL_ACCESS_TOKEN | You can find it on Contentful Dashboard -> “Settings” -> API Keys -> “Content Delivery API - access token” |
Here are the screenshots of finding the space ID and the access token for contentful.
![Locate Contentful API Keys](/assets/generated/1200/contentful-access-key-1.webp)
![Contentful Space ID, Contentful Delivery API - access token, Contentful Preview API - access token](/assets/generated/1200/contentful-access-key-2.webp)
If you are using 21YunBox to preview (before you publish the content live to the public), you can use the “Content Preview API - access token” instead. This preview feature gives you the flexibility to preview internally.
That’s it! Your website will be live on your 21YunBox URL as soon as the build finishes.
![Contentful China Starter with 21YunBox](/assets/generated/1200/contentful-cms-with-21yb.webp)
So what happens if I add new content on Contentful, do I need to redo the steps above?
You need to press the purple deploy button on the 21YunBox console, and then the 21YunBox Build system will pull the content from the Contentful server and deploy it once it’s done building.
![Press the purple deploy button on 21YunBox to publish new content from Contentful](/assets/generated/1200/21yunbox-deploy-button.webp)
To automate it, you can follow the steps below to configure it.
Steps to setup auto-publish with Contentful and 21YunBox
1. On Contentful Dashboard, click “Settings” -> “Webhooks.”
![Locate Contentful Webhook](/assets/generated/1200/contentful-webhook.webp)
2. Click “Add Webhook” on the top right
![Configure Contentful Webhook](/assets/generated/1200/contentful-add-webhook.webp)
3. Then, configure it using the below values.
You can find the build “URL” on 21YunBox Console. It’s under your project’s settings tab.
![Contentful Webhook Settings for 21YunBox](/assets/generated/1200/contentful-webhook-with-21yunbox-template.webp)
4. Save the webhook.
That’s it! Now when new content publishes on Contentful, 21YunBox will automatically build and deploy the changes for you.
Related Articles:
- Does Contentful Work in China
- How to Speed-Up Netlify in China
- How to Deploy Next.js to Server?
- Does Sanity CMS Work in China?
- Does SAP Cloud Work in China?
- Does Oracle Cloud Work in China?