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 f25f3fe commit e615054
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 @@ -47,6 +47,7 @@ jobs:
cp appspec.yml ./boomerang/
cp -r ./boomerang/build/libs ./boomerang/ # libs 폴더 복사
cp -r ./scripts ./boomerang/ # scripts 폴더 복사
chmod +x ./boomerang/scripts/start_server.sh # 실행 권한 부여
cd ./boomerang
zip -r ../application.zip .
cd ..
Expand Down

0 comments on commit e615054

Please sign in to comment.