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