Skip to content
This repository was archived by the owner on Nov 16, 2021. It is now read-only.
This repository was 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

@anavarre

Description

@anavarre

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions