An open API service indexing awesome lists of open source software.

https://github.com/liquibase/cs-impl-guide-examples

Liquibase Pro Implementation Guide Examples
https://github.com/liquibase/cs-impl-guide-examples

commercial pro

Last synced: 5 months ago
JSON representation

Liquibase Pro Implementation Guide Examples

Awesome Lists containing this project

README

          

# 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`

2. 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`

3. 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`

4. 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`