Merge pull request 'release: develop → main 릴리즈 (CI/CD 파이프라인 검증)' (#96) from develop into main
Some checks failed
Build and Deploy Batch / build-and-deploy (push) Failing after 3s

This commit is contained in:
HYOJIN 2026-03-25 09:38:31 +09:00
커밋 ad44a6fcca
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제

파일 보기

@ -12,9 +12,7 @@ jobs:
image: maven:3.9-eclipse-temurin-17 image: maven:3.9-eclipse-temurin-17
steps: steps:
- name: Checkout - name: Checkout
run: | uses: actions/checkout@v4
git clone --depth=1 --branch=${GITHUB_REF_NAME} \
http://gitea:3000/${GITHUB_REPOSITORY}.git .
- name: Configure Maven settings - name: Configure Maven settings
run: | run: |

파일 보기

@ -74,6 +74,7 @@
- AIS Import Job 로그에 캐시 적재 흐름 명시 (`API → 캐시`) - AIS Import Job 로그에 캐시 적재 흐름 명시 (`API → 캐시`)
### 기타 ### 기타
- 배포 워크플로우 Checkout 단계를 actions/checkout@v4로 개선 (#93)
- Gitea Actions 자동배포 워크플로우 추가 - Gitea Actions 자동배포 워크플로우 추가
- 프론트엔드 title 변경 (#76) - 프론트엔드 title 변경 (#76)
- Gitea 팀 프로젝트 워크플로우 구조 적용 - Gitea 팀 프로젝트 워크플로우 구조 적용