You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.
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/
The text was updated successfully, but these errors were encountered:
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:
- lightning configure:cloud
to- lightning configure:cloud $PIPELINE_CLOUD_SITE
post-deploy
step for demonstrating CDEs. Example below:The text was updated successfully, but these errors were encountered: