Skip to content

Commit

Permalink
수정
Browse files Browse the repository at this point in the history
  • Loading branch information
YoujeongChoi committed Mar 19, 2024
1 parent ea730df commit 4eaf6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
zip -r ./$GITHUB_SHA.zip . # 이 부분이 파일을 압축하는 명령어입니다
- name: Upload to S3
run: aws s3 cp project.zip s3://farmmate-bucket/8339810490.zip --region ap-northeast-2
run: aws s3 cp ./$GITHUB_SHA.zip s3://farmmate-bucket/$GITHUB_SHA.zip --region ap-northeast-2

- name: Code Deploy
run: aws deploy create-deployment --application-name $CODEDEPLOY_NAME --deployment-config-name CodeDeployDefault.AllAtOnce --deployment-group-name $CODEDEPLOY_GROUP --s3-location bucket=$S3_BUCKET_NAME,bundleType=zip,key=$GITHUB_SHA.zip
Expand Down

0 comments on commit 4eaf6f8

Please sign in to comment.