How to synchronize the content created during the local development phase to the production environment?

System Information
  • Strapi Version: 4.24.2
  • Operating System:
  • Database: postgress
  • Node Version: 20.13.1
  • NPM Version:
  • Yarn Version:

Since it’s my first time using Strapi, during the development phase, I created an “article” field in the backend. I also produced 50 multilingual articles, with each article configured in 4 languages.

Now, I plan to deploy to the production environment. I’m using DigitalOcean and have successfully deployed the live Strapi instance.

The problem now is, how do I synchronize the content from the development environment to the production environment?