Skip to content

Commit

Permalink
fix: api 모듈에서만 실행하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Dec 13, 2024
1 parent fcd901f commit 4bf495a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ecs-dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
- name: Generate OpenAPI3
run: |
./gradlew openapi3 -PserverUrl=https://api.fewletter.shop --warning-mode all
./gradlew api:openapi3 -PserverUrl=https://api.fewletter.shop --warning-mode all
- name: Generate Swagger
run: |
./gradlew generateStaticSwaggerUI
./gradlew api:generateStaticSwaggerUI
- name: Build with Gradle bootBuildImage, tag, and push image to Amazon ECR
env:
Expand Down

0 comments on commit 4bf495a

Please sign in to comment.