Skip to content

Commit

Permalink
[#80] chore: 압축 경로 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
shinheekim committed Dec 27, 2024
1 parent a513771 commit 51c901f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/itcast-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,11 @@ jobs:
run: docker-compose down

- name: Make Zip file
run: |
zip -r $GITHUB_SHA.zip \
admin/build/libs/*.jar \
schedule/build/libs/*.jar \
b2c/build/libs/*.jar \
appspec.yml scripts/deploy.sh
run: zip -r $GITHUB_SHA.zip \
admin/build/libs/*.jar \
schedule/build/libs/*.jar \
b2c/build/libs/*.jar \
appspec.yml scripts/deploy.sh
shell: bash

- name: AWS credential setting
Expand Down

0 comments on commit 51c901f

Please sign in to comment.