Skip to content

Commit

Permalink
Merge pull request #46 from ClothingStoreService/feature/CICD-aws-dep…
Browse files Browse the repository at this point in the history
…loy#4

chore: deploy.yml 에러수정
  • Loading branch information
hjj4060 authored Jun 11, 2024
2 parents 18b235d + a929ed4 commit 079286e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} # 등록한 Github Secret이 자동으로 불려온다.
aws-region: ap-northeast-2
- name: Upload to S3
run: aws s3 cp --region ap-northeast-2 ./ZIP_FILE_NAME s3://$S3_BUCKET_NAME/ZIP_FILE_NAME
run: aws s3 cp --region ap-northeast-2 ./$ZIP_FILE_NAME s3://$S3_BUCKET_NAME/$ZIP_FILE_NAME
- name: Code Deploy
run: >
aws deploy create-deployment --application-name $CODE_DEPLOY_APP_NAME
Expand Down

0 comments on commit 079286e

Please sign in to comment.