We have multiple tenants for sandbox, dev, test, prod, etc, and I have done some extensive customisation of the Okta-hosted sign-in page within the sandbox environment. Most of it is in CSS and JS files that we are storing in Github and deploying to AWS S3 for hosting, and then we reference them in the HTML editor, so we can deploy those between environments, but I am not sure how we could automatically deploy the HTML changes that are in the HTML editor between different environments.
I have tried searching for ways to migrate the HTML changes, and only seem to be able to find articles talking about migrating users.
So is there some way that this can be achieved, or will it need to be a manual copy/paste?