Skip to content

Commit

Permalink
[CHORE] 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 8b38168 commit 1199d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:

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

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

0 comments on commit 1199d95

Please sign in to comment.