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 b14fb6a commit a513771
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/itcast-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,12 @@ 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 a513771

Please sign in to comment.