diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 7bba0d16..4be449b3 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -46,6 +46,7 @@ jobs: # Make sure appspec.yml is included in the zip cp appspec.yml ./boomerang/ cp -r ./boomerang/build/libs ./boomerang/ # libs 폴더 복사 + cp -r ./scripts ./boomerang/ # scripts 폴더 복사 cd ./boomerang zip -r ../application.zip . cd ..