Skip to content

Commit

Permalink
Merge pull request #25 from Tune-Fun/configuration/workflow/deploy_fix
Browse files Browse the repository at this point in the history
configuration(workflow) cicd
  • Loading branch information
habinkim authored Mar 7, 2024
2 parents df51a6a + 3cc9b30 commit f48b780
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,4 @@ jobs:

# Deploy
- name: Deploy
run: |
aws deploy create-deployment \
--application-name tuenfun-dev \
--deployment-config-name CodeDeployDefault.AllAtOnce \
--deployment-group-name tuenfun-dev-deploy \
--file-exists-behavior OVERWRITE \
--s3-location bucket=$S3_BUCKET_NAME,bundleType=zip,key=$GITHUB_SHA.zip \
--region ap-northeast-2 \
run: aws deploy create-deployment --application-name tuenfun-dev --deployment-config-name CodeDeployDefault.AllAtOnce --deployment-group-name tuenfun-dev-deploy --file-exists-behavior OVERWRITE --s3-location bucket=$S3_BUCKET_NAME,bundleType=zip,key=$GITHUB_SHA.zip --region ap-northeast-2

0 comments on commit f48b780

Please sign in to comment.