Important
This page details the FAQs that are specific to Cloud Actions.
EOL notice! Drupal 8 reached end-of-life on November 2, 2021. Therefore, Acquia will not be performing any testing related to Drupal 8 to ensure compatibility. Acquia recommends upgrading to Drupal 9 or later. For more information, see Frequently Asked Questions.
Note
For additional FAQs, see:
No. Cloud Actions are only available for single sites using the default
folder.
No. Customers may select the Cloud Actions to run on default or run per environment but cannot add custom Cloud Actions.
Cloud Actions offer common DevOps tasks that represent known best practice and may not meet the needs for every type of code deployment. If it does not meet your needs, we recommend disabling Cloud Actions to not interfere with more complex deployment workflows. For information about how to disable Cloud Actions, see Disabling Cloud Actions.
Cloud Actions are in addition to Cloud Hooks, in which customers have greater control to customize deployment actions through code-based methods.
No.
No.
The details of the Cloud Actions tasks are displayed in the Cloud Platform task log.
Cloud Actions must be enabled in the Environment Configuration settings to be selectable during deployment.
If you do not see Cloud Actions under your environment configuration, it is because Cloud Actions are only available on Cloud Next.
This feature is optimized for Drupal 9 or later. However, this feature does not work with Drupal 7.
Yes. Cloud Actions are compatible with all supported versions of Drush. However, if a Customer vendors Drush in their application, the Customer must ensure that their Drush is up to date and matches versioning requirements with Drupal.
PHP 7.4. However, you can run a different PHP version in your Cloud Platform environments.
No. Cloud Actions are available only for Cloud Next.
No, Cloud Actions are available only on Cloud Platform environments.
No, Cloud Actions are available only on Cloud Platform environments.
No, Cloud Actions are currently not supported for CDEs.
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=""
Yes, use the cloud_actions
parameter with one or more Cloud Action IDs 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="[ID1, ID2]""
To get a list of all Cloud Actions and their IDs, run:
acli api:environments:cloud-actions-find [myapp.dev]
Yes. For more information, see Cloud API documentation on dev.acquia.com.
Cloud Hooks, including custom hooks, typically execute after pre-deployment and before post-deployment Cloud Actions.
No, Cloud Actions do not invoke an update to an already deployed branch.