Skip to content

Commit

Permalink
[main] Fix: ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NayeonKeum committed Aug 6, 2023
1 parent 0f1468b commit fa6c896
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
run: |
aws s3 cp --region ${{ secrets.AWS_REGION }} ./build-fe.zip s3://$S3_BUCKET_NAME/build-fe.zip
- name: Deploy to AWS EC2 from S3
run: aws deploy create-deployment \
--application-name ${{ env.CODE_DEPLOY_APPLICATION_NAME }} \
--deployment-config-name CodeDeployDefault.AllAtOnce \
--deployment-group-name ${{ env.CODE_DEPLOY_DEPLOYMENT_GROUP_NAME }} \
run: aws deploy create-deployment
--application-name ${{ env.CODE_DEPLOY_APPLICATION_NAME }}
--deployment-config-name CodeDeployDefault.AllAtOnce
--deployment-group-name ${{ env.CODE_DEPLOY_DEPLOYMENT_GROUP_NAME }}
--s3-location bucket=$S3_BUCKET_NAME,key=build-fe.zip,bundleType=zip

0 comments on commit fa6c896

Please # to comment.