I am trying to build a CI/CD pipeline to automate the deployment process of Apigee API Proxies, using the following deploy sample:
https://github.com/GoogleCloudPlatform/apigee-samples/tree/main/deploy-apigee-proxy
https://www.youtube.com/watch?v=8c0RozFEYhs
My issue is, if a proxy deployed on dev environment with revision number 7 for example, and I want to deploy the same proxy on a different environment like test, even if I don't change the code or configurations for the proxy in the folder /apiproxy, it will be deployed with revision 8 on test environment.
How can I deploy same revision on both environments or any other upper environments?