- Configure Local Machine
- To authenticate your machine with Cloud API, use the
drush ac-api-login
command or download drush aliases from Acquia Cloud. This will save your credentials to~/.acquia/cloudapi.conf.
- Next, use
buildsteps login
to authenticate with buildsteps.
- Add a site to buildsteps via
buildsteps add-site <site-name>
<site-name>
is the machine name of your acquia subscription.
- Create
.acquia.yml
in your local project's root directory
- @see https://docs.acquia.com/build-steps/yaml#animated for example file
- Commit new file and push changes to Acquia Cloud