Is it possible to only deploy the Pages config in wrangler.toml when using `wrangler pages deploy`?

Currently I'm using the Git integration of Cloudflare pages to handle deployments of my app. But the Pages config & env vars are managed by wrangler.toml. I want to add a CI step that deploys only the latter without any static assets. Is this currently possible? I don't see it within the pages deploy options when running it with --help.
Was this page helpful?