Deploying to Acquia Cloud
Step One: Merge code, create a release tag and sync loal code with github
Step Two: Add Acquia's Cloud remote url to your project.yml
nano /blt/project.ymlgit:
default_branch: master
remotes:
- 'drupal8@svn-XXXX.prod.hosting.acquia.com:drupal8.git'Step Three: Create a build artifact, tag and push to remotes
blt deploy --commit-msg "Creating release 1.0.0." --tag "1.0.0"Resources & References
Last updated
Was this helpful?