Skip to content

Commit

Permalink
fix: bucket 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamiwood committed Dec 20, 2024
1 parent 3c33878 commit d796615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/itcast-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
aws-secret-access-key: ${{secrets.AWS_KJH_SECRET_ACCESS_KEY}}

- name: Upload to S3
run: aws s3 cp ./$GITHUB_SHA.zip s3://${{ secrets.AWS_S3_BUCKET }}/$GITHUB_SHA.zip
run: aws s3 cp ./$GITHUB_SHA.zip s3://${{ secrets.AWS_KJH_S3_BUCKET }}/$GITHUB_SHA.zip

- name: EC2 Deploy
run: aws deploy create-deployment
Expand Down

0 comments on commit d796615

Please sign in to comment.