Skip to content

Commit

Permalink
Merge pull request #30 from catchroom/develop
Browse files Browse the repository at this point in the history
Refact : 빌드 스크립트 수정
  • Loading branch information
Parkgeonmoo authored Dec 25, 2023
2 parents 18d52bc + ddb50c8 commit 095720b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
# Jar 파일 copy
- name: Copy Jar
run: cp ./build/libs/*.jar ./deploy/

- name: Copy appspec and deploy script
run: |
cp ./path/to/appspec.yml ./deploy/
cp ./path/to/deploy.sh ./deploy/
# 압축파일 형태로 전달
- name: Make zip file
Expand Down
File renamed without changes.

0 comments on commit 095720b

Please sign in to comment.