Overview
I had the opportunity to deploy local environment data to a production environment in Strapi, so I tried using the following Data transfer feature.
https://docs.strapi.io/dev-docs/data-management/transfer
Steps
Production Environment Side
Issue a Transfer Token on the production environment side.

Local Environment
Let’s say the production site is https://strapi.example.org and the token is xxx.
With the following command, I was able to deploy the local environment data to the production environment.
Please note that existing data will be overwritten.
Summary
I hope this serves as a useful reference when using Strapi.