Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hweyoung authored Dec 6, 2023
1 parent 8e4a04c commit 23845ba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,3 @@ jobs:
# S3에 빌드된 파일 업로드
- name: Upload to S3
run: aws s3 cp --region ap-northeast-2 ./common.zip s3://$S3_BUCKET_NAME/

# Deploy
- name: Code Deploy
run: aws deploy create-deployment --application-name common --deployment-group-name common-group --file-exists-behavior OVERWRITE --s3-location bucket=commonplantbucket,bundleType=zip,key=common.zip --region ap-northeast-2

0 comments on commit 23845ba

Please sign in to comment.