diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index a23a52d..d4a5aae 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -24,11 +24,12 @@ jobs: # 3. Spring Boot 애플리케이션 빌드 - name: Build with Gradle - working-directory: 2024-UCD_WEB_SERVER/2024-UCD_WEB_SERVER # Spring Boot 프로젝트 폴더로 이동 + working-directory: ./2024-UCD_WEB_SERVER # Spring Boot 프로젝트 폴더로 이동 run: ./gradlew clean build -x test # 4. Docker 이미지 빌드 - name: Build Docker image + working-directory: ./2024-UCD_WEB_SERVER # Docker 빌드를 위해 동일 경로 설정 run: | docker build -t eotaegyu/keynote.app:latest . diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 3d0ab13..9c78507 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -7,12 +7,6 @@ - - - - - -