Test Pipeline Blog Post
This is a temporary post created to verify the deploy pipeline after the move to the shared ah-wordpress-devops repository. If you are reading this on staging, the manifest step, the blog-only guard and the ACF importer all worked correctly.
What this post proves
The pipeline detected this file in the commit, wrote it to the .changed-posts manifest, rsynced it to the server, and migrate.sh passed it to acf-import-helper.php. The post you are reading was created by that chain, not by hand in wp-admin.
It also confirms the blog-only guard let it through, because this JSON declares "post_type": "blog". A JSON without that marker would have been skipped and logged instead.
How this post gets removed
Deleting this JSON from the repository will not delete the post. The importer has no delete path, and deleted files are excluded from the manifest, so a later deploy simply ignores it.
This post is marked noindex,nofollow, so it will not be picked up by search engines even if it reaches production.
The correct way to retire it
Either set "status": "draft" in this JSON and deploy again, or trash the post directly in wp-admin. Both leave the pipeline in a clean state.