[ad_1]
[ad_2]
Hello
I'm curious if there's a go-to way to handle API keys in WP across deployments to different environments?
The API keys appear to be held in the database table wp_options, sometimes in their own row though some are nested with other options data, so it doesn't seem straightforward to omit from the deployment transfer.
Any questions let me know and if this is already answered please just point me toward that.
Thanks in advance

You shouldn’t be pushing from staging to production. The DB on prod should never be overwritten.
What content from staging needs to go to prod?