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
- Host: GitHub
- URL: https://github.com/liquibase/cs-impl-guide-examples
- Owner: liquibase
- Created: 2024-10-04T13:58:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-09T17:01:42.000Z (9 months ago)
- Last Synced: 2025-02-17T08:12:42.937Z (8 months ago)
- Topics: commercial, pro
- Language: HTML
- Homepage:
- Size: 809 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
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`