--- title: Gitea 서버 및 CI/CD updated: 2026-03-12 --- ## 서버 Gitea 서버는 Synology NAS에서 패키지로 운영 중. Gitea 경로는 /volume1/@appstore/gitea/bin/gitea, 포트는 8418. ## 이미지 레지스트리 모든 gitea 이미지는 gitea.anvil.it.com/kaffa/ 경로 ## Act Runner Gitea Act Runner는 [[infra-hosts|incus-jp1]]의 gitea-runner 컨테이너에서 실행 (act_runner daemon, systemd 서비스). ## CI/CD 배포 On push to main branch, uses appleboy/ssh-action to SSH into incus-kr1 and execute 'git pull && docker compose up -d --build'