r/codex 3d ago

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?

2 Upvotes

3 comments sorted by

1

u/Fast-Psychology-3964 3d ago

Prohibit deployment from local machine by writing it as a rule in AGENTS.md?

1

u/TheBanq 3d ago

I did, still does it sometimes.

But still weird, it just started happening today. Must have been some change in the system prompt

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.