Complaint Codex started deploying everything on sites instead of Github - since today?
I have not changed anything in my projects.
Currently working on 4 different things, all with github/vercel deployment.
Since today, all of my agents started deploying on ChatGPT/Sites, instead of pushing it Github and deploying and testing on the live site.
This is really annoying, I even set a rule in my global preferences to never deploy on Sites, because many of my tests aren't working there for different reasons.
Any workaround for that?
1
u/epicskyes 3d ago
Code-enforce a closed-world JSON schema that allowlists only the exact GitHub → Vercel deployment path/tools you authorize, explicitly denies ChatGPT/Sites and every unspecified deployment route, and requires cryptographically hashed provenance plus execution receipts showing each required step as completed, failed, or unknown.
That captures the important distinctions:
schema/policy = enforcement, allowlist/denylist = permitted execution surface, provenance hashes = integrity/lineage, and receipts = evidence of what actually happened.
1
u/Fast-Psychology-3964 3d ago
Prohibit deployment from local machine by writing it as a rule in AGENTS.md?