Git repository¶
Start by creating a Git integration from a supported Git provider such as GitHub, GitLab, or Bitbucket. Then select the repository as the build source for a buildable service.
If you use Wodby CI, keep the pipeline definition in the repository itself:
.wodby/pipeline.yml.wodby/post-deployment.yml(optional)
If you use third-party CI, keep the provider-native config in the repository root, for example:
.github/workflows/wodby.yml.gitlab-ci.yml.circleci/config.yml
In Wodby CI, the clone step checks out the repository configured as the build source. In third-party CI, the CI provider performs the checkout and Wodby CLI works from that existing workspace.
You can change the repository and the selected branch or tag for an existing app instance from the Build Source section of the app service.
For example configurations, see the wodby/wodby-ci repository.