Skip to content

Commit

Permalink
[REFACTOR] Update api-CD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ddongseop authored Aug 12, 2023
1 parent 1199d95 commit 8a0535e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/api-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: make application.yml 파일 생성
run: |
# application.yml 파일 생성
cd ./umbba-notification/src/main/resources
cd ./umbba-api/src/main/resources
rm application.yaml
touch ./application.yml
Expand Down Expand Up @@ -80,8 +80,8 @@ jobs:

# Jar 파일 복사
- name: Copy Jar
run: cp -r ./umbba-api/src/main/* ./deploy
# run: cp ./umbba-api/build/libs/*.jar ./deploy
run: cp ./umbba-api/build/libs/*.jar ./deploy
# run: cp -r ./umbba-api/src/main/* ./deploy

# appspec.yml, script files 파일 복사
- name: Copy files
Expand Down

0 comments on commit 8a0535e

Please sign in to comment.