Can I skip Cloud Actions when triggering a code deployment through Cloud Platform API?
Date Published: February 4, 2025
Yes. Include an empty array for the cloud_actions parameter when sending a request to the Deploy code endpoint. You can also use Acquia CLI to do this:
acli api:environments:code-deploy myapp.dev myapp.test --cloud-actions=""