Hey, all.
I’m using Cloud Run to deploy a NodeJS project.
In integrations.json, I’d like to change the value for the “sourceFlag” key; my project structure has changed and my source directory is no longer the root of my project.
Whenever I authenticate to Cloud Deploy, my changes are automatically overwritten. It seems that integrations.json is a managed file.
How can I change the “sourceFlags” value to make my Cloud Run integration point at a different subdirectory using the “–source” CLI parameter?
Thank you.