Skip to content

Commit

Permalink
Merge pull request #494 from team-yello/develop
Browse files Browse the repository at this point in the history
Update deploy-test.yml
  • Loading branch information
euije authored Jun 30, 2024
2 parents cb81691 + 6faa570 commit ffcd176
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ jobs:
run: |
aws s3 cp \
--region ap-northeast-2 \
./yello-build.zip s3://yello-test-application-bucket
./yello-build.zip s3://yello-test-bucket
- name: 📡 CodeDeploy에 배포를 요청합니다.
run: aws deploy create-deployment --application-name yello-deploy-application
run: aws deploy create-deployment --application-name yello-test-deploy
--deployment-config-name CodeDeployDefault.OneAtATime
--deployment-group-name yello-testing
--s3-location bucket=yello-test-application-bucket,bundleType=zip,key=yello-build.zip
--deployment-group-name yello-test-deploy
--s3-location bucket=yello-test-bucket,bundleType=zip,key=yello-build.zip

- name: 💡 배포 상태를 Slack을 통해 전송합니다.
uses: rtCamp/action-slack-notify@v2
Expand Down

0 comments on commit ffcd176

Please sign in to comment.