The purpose of this package is to copy data from a staging Ghost environment to a production Ghost environment.
- The migration script reads the
slugskey from./config/settings.jsonto round up a list of posts to port over to production. Make sure that array is up to date for your needs. - Create a
.envfile using the.env.examplefile as a guide. You will need to follow Ghost's integration instructions to retrieve your API keys.
In this directory, run the command npm run migrate. Then verify that the production site has the pages you expect.