Skip to content

Commit

Permalink
fix: 주석 제거 (CC-134)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunkkkk committed Aug 12, 2024
1 parent 3d225cc commit ad0b9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.cd.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}
- name: Upload to S3
run: |
aws s3 cp --region ap-northeast-2 ./build.zip s3://mytamra-bucket/build.zip #본인 버킷 이름으로 수정
aws s3 cp --region ap-northeast-2 ./build.zip s3://mytamra-bucket/build.zip
- name: Deploy
run: aws deploy create-deployment
--application-name caecae-codeDeploy
Expand Down

0 comments on commit ad0b9bd

Please sign in to comment.