Skip to content

liquibase/cs-impl-guide-examples

Repository files navigation

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 git@github.com: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

About

Liquibase Pro Implementation Guide Examples

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published