Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Lightning should provide an acquia-pipelines.yml file that works with Acquia Cloud OOTB #96

Open
anavarre opened this issue Jan 24, 2019 · 0 comments

Comments

@anavarre
Copy link

This is a follow-up to #94. We'd like to improve the acquia-pipelines.yml file to make it Acquia Cloud-friendly as much as possible. Even if there's code that is commented out, it'd be a great starting point for users to be able to quickly get started on Acquia Cloud.

Changes involve the following:

  • Changing - lightning configure:cloud to - lightning configure:cloud $PIPELINE_CLOUD_SITE
  • Adding a post-deploy step for demonstrating CDEs. Example below:
  post-deploy:
    steps:
      # Deploy the build artifact to an on-demand environment,
      # and sync the specified databases.
      - deploy:
          script:
            - pipelines-deploy
            - pipelines-sync-dbs
            # See https://docs.acquia.com/acquia-cloud/develop/pipelines/databases/
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant