strapi transfer via api call
W
Walter Traspadini
- I would like to transfer data between two strapi instances in a cicd pipeline like a github action.
- The two strapi instances are running in the cloud in a containerized solution (AWS ECS in may case)
Is it possible to have an api that allows my to do that?
I can consider other approach but I don't like the idea I have to run a command inside the running container.