diff --git a/.github/ci_development.md b/.github/ci_development.md index f887092a1c..40cbd66f28 100644 --- a/.github/ci_development.md +++ b/.github/ci_development.md @@ -26,12 +26,12 @@ git remote add test-2 git@github.com:deckhouse/deckhouse-test-2 Commit and push current branch to the main branch in test-1 repo: -``` +``` git commit ... git push test-1 HEAD:main --force ``` -### Differences with main repo: +### Differences with main repo 1. No two-repo schema for werf build. 2. Final images are pushed to ghcr.io (e.g. ghcr.io/deckhouse/deckhouse-test-1). @@ -42,8 +42,7 @@ git push test-1 HEAD:main --force 7. No registry cleanup. 8. Autoclose for Dependabot PRs (can be enabled with secret ENABLE_DEPENDABOT_IN_FORKS=true). - -## Workflows schema +## Workflows schema Trigger -> workflow -> result.