From b9897def0d54aa7d062411af17ea1e36380fd9f5 Mon Sep 17 00:00:00 2001 From: Jeyong Date: Wed, 26 Mar 2025 14:00:50 +0900 Subject: [PATCH] =?UTF-8?q?{docs}=20CI/CD=20=ED=8C=8C=EC=9D=BC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/application-CI.yml | 3 +-- .github/workflows/docker-image-ec2.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/application-CI.yml b/.github/workflows/application-CI.yml index 2cfb864..b68ec96 100644 --- a/.github/workflows/application-CI.yml +++ b/.github/workflows/application-CI.yml @@ -21,8 +21,7 @@ jobs: - name: create application.properties run: | ## create application.properties - mkdir -p ./src/main/resources - cd ./src/main/resources + cd MathCaptain/weakness/src/main/resources touch ./application.properties diff --git a/.github/workflows/docker-image-ec2.yml b/.github/workflows/docker-image-ec2.yml index 7c0581c..5a6c8cb 100644 --- a/.github/workflows/docker-image-ec2.yml +++ b/.github/workflows/docker-image-ec2.yml @@ -24,8 +24,7 @@ jobs: - name: Create application.properties run: | # application.properties 파일 생성 - mkdir -p ./src/main/resources - cd ./src/main/resources + cd MathCaptain/weakness/src/main/resources # application.properties 파일 생성 touch ./application.properties