Correct. There is no public API for deploying a pages project so can only do deploys with CI and wra
Correct. There is no public API for deploying a pages project so can only do deploys with CI and wrangler.

body?/students is cached for 1 hour, can I set the Vary header in response to a redirect from /students/new when creating a user? Will the cache be invalidated on the /students page? (this is a remix app)The RPC receiver does not implement the method "test" whereas .fetch() works perfectly finewrangler pages dev RPC methods are not recognised, although it basically never works anyway
npx wrangler deploy --env Preview. The Pages docs really only discuss deploying the preview env from Github, not from wranglerREACT_APP_). I created a .env file and defined the sitekey there but I don't think my react app will be able to recognize if I'm in preview or production...only test/dev/production since those are the defaults with ReactREACT_APP_TURNSTILE_KEY isn't accessible in my react app
return redirect('/users/students', { headers: { Vary: `${id}` } });🌎 Deploying...
✘ [ERROR] Deployment failed!
Failed to publish your Function. Got error: Error: Script startup exceeded CPU time limit.name = "uvuli"
pages_build_output_dir = "./build"
[[kv_namespaces]]
binding = "EMAIL_LIST"
id = "a16974f824054fb7b2457f7d13c5bfa5"
[vars]
REACT_APP_TURNSTILE_KEY = "0x4AAAAAAAcucCKJHyJbJVip"
[[env.production.kv_namespaces]]
binding = "EMAIL_LIST"
id = "583b076b601d4dc49e13d8ddf47a574e"
[env.production.vars]
REACT_APP_TURNSTILE_KEY = "0x4AAAAAAAbiT-Q840ImwxVC"