Skip to content

Commit

Permalink
Update manual-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juno-junho authored Apr 16, 2024
1 parent 2dbc93c commit 6e15df7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/manual-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,10 @@ jobs:
with:
arguments: bootJar

- name: Make Zip File # appspec.yml, scripts 폴더, jar 파일만 압축
run: zip -qq -r ./$GITHUB_SHA.zip ./appspec.yml ./scripts/ ${{ env.JAR_PATH }}
- name: Make Zip File
run: zip -qq -r ./$GITHUB_SHA.zip .
shell: bash
env:
JAR_PATH: ./build/libs/*SNAPSHOT.jar


- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v3
with:
Expand Down

0 comments on commit 6e15df7

Please sign in to comment.