Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 803 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 803 Bytes

Liquibase Pro Implementation Guide

Copy the contents of this repository to your own repository.

  1. Clone this repository at the same level as your own 'my-repo':

git clone [email protected]:liquibase/cs-impl-guide-examples.git

  1. Copy the visible contents to your own repository. (Workflows are stored in directories beginning with '.' and are therefore invisible, so we'll come to them in the next step):

cp -R ./cs-impl-guide-examples/* ./my-repo

  1. If you are implementing GitHub Actions, copy the GitHub Actions workflows directory (.github) to your own:

cp -R ./cs-impl-guide-examples/.github ./my-repo

  1. If you are implementing Azure Pipelines, copy the Azure Pipelines workflows directory (.azure_pipelines) to your own:

cp -R ./cs-impl-guide-examples/.azure_pipelines ./my-repo