Skip to content

Commit

Permalink
Update Deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jinseohyun1228 authored Nov 7, 2024
1 parent 14a4e3b commit 2dc5fdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
run: |
# Make sure appspec.yml is included in the zip
cp appspec.yml ./boomerang/
cp -r ./boomerang/build/libs ./boomerang/ # libs 폴더 복사
cd ./boomerang
zip -r ../application.zip .
cd ..
Expand Down

0 comments on commit 2dc5fdd

Please sign in to comment.