https://github.com/acquia/pipelines-examples
Pipelines examples build files
https://github.com/acquia/pipelines-examples
composer no-cortex no-pipeline no-sonarqube pipelines-yaml tutorial
Last synced: 19 days ago
JSON representation
Pipelines examples build files
- Host: GitHub
- URL: https://github.com/acquia/pipelines-examples
- Owner: acquia
- License: apache-2.0
- Created: 2016-06-27T19:04:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T16:39:44.000Z (6 months ago)
- Last Synced: 2025-03-28T15:51:51.693Z (29 days ago)
- Topics: composer, no-cortex, no-pipeline, no-sonarqube, pipelines-yaml, tutorial
- Homepage:
- Size: 36.2 MB
- Stars: 38
- Watchers: 20
- Forks: 37
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Pipelines Examples
This repository contains example code and tutorials for Acquia Pipelines.
#### Tutorials
Each branch contains the sample code for that tutorial, plus a README that includes:* additional information and/or specific instructions,
* a link to a ZIP file containing all the same code, for easy access, and
* a link to a video that explains the tutorial and shows how it works.Further examples welcome via pull request.
##### The examples are:
* **[tutorial-101](https://github.com/acquia/pipelines-examples/tree/tutorial-101)** - "Hello, World" the simplest possible Pipelines job, just to get started.
* **[tutorial-201](https://github.com/acquia/pipelines-examples/tree/tutorial-201)** - Build a Drupal site using the Acquia Lightning distribution using Composer.
* **[tutorial-301](https://github.com/acquia/pipelines-examples/tree/tutorial-301)** - Access a private repository using Composer by safely adding an SSH key to your Pipelines YAML file.
* **[tutorial-401](https://github.com/acquia/pipelines-examples/tree/tutorial-401)** - Safely store secret data such as credentials in your Pipelines YAML file to be accessible to your job via an environment variable.
* **[tutorial-501](https://github.com/acquia/pipelines-examples/tree/tutorial-501)** - Start a web and MySQL server, and run Behat tests against your site, all within your Pipelines job.
* **[tutorial-601](https://github.com/acquia/pipelines-examples/tree/tutorial-601)** - Install node version manner and node package manager
* **[tutorial-701](https://github.com/acquia/pipelines-examples/tree/tutorial-701)** - Deploy builds, feature branches, and GitHub pull requests to Acquia Cloud on-demand environments.
* **[copy-files-pipeline](https://github.com/acquia/pipelines-examples/tree/copy-files-pipeline)** - Copy files to Acquia Cloud on-demand environments.### See also
* [Pipelines documentation](https://docs.acquia.com/acquia-cloud/develop/pipelines/)
* [Introduction to Pipelines]( https://dev.acquia.com/blog/acquia-pipelines-build-test-and-deployment-automation-for-acquia-cloud/10/08/2016/16381)
* [Acquia BLT](https://github.com/acquia/blt) includes [Pipelines integration](https://github.com/acquia/blt/blob/9.2.x/scripts/pipelines/acquia-pipelines.yml) out of the box.