Koneko project is connected to Nekologic’s GitLab server via an agent. Pipelines are defined in the root .gitlab-ci.yml and run automatically for the main branch.
Live Koneko site: https://nekohr.neko-logic.com/
Main Koneko repo: https://nekogit.nekoapi.xyz/nekologic-internal/koneko
Astro Wiki repo: https://nekogit.nekoapi.xyz/nekologic-internal/koneko-wiki
develop first.develop into main and push main. The GitLab pipeline builds and deploys automatically.git checkout main && git pullgit merge origin/developgit push origin mainThat’s it—pushing main triggers the pipeline and deployment.