Skip to content

Commit

Permalink
[DEPLOY] main.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JungYoonShin committed Aug 30, 2024
1 parent 1f0c287 commit 692e8fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v3

# (2) JDK 11 세팅
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
Expand Down Expand Up @@ -65,3 +65,4 @@ jobs:
--deployment-config-name CodeDeployDefault.AllAtOnce \
--deployment-group-name ${{ env.CODE_DEPLOY_DEPLOYMENT_GROUP_NAME }} \
--s3-location bucket=$S3_BUCKET_NAME,key=$GITHUB_SHA.zip,bundleType=zip
--file-exists-behavior OVERWRITE

0 comments on commit 692e8fe

Please sign in to comment.