🔄 CI/CD & Deployments for Koneko project

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

Flow

Quick Deploy Steps

  1. git checkout main && git pull
  2. git merge origin/develop
  3. Resolve conflicts (if any), commit, then git push origin main

That’s it—pushing main triggers the pipeline and deployment.