Skip to content

Commit

Permalink
Merge pull request #60 from ClothingStoreService/feature/CICD-modify-…
Browse files Browse the repository at this point in the history
…and-test

feat: deploy 디스코드 알림설정
  • Loading branch information
hjj4060 authored Jun 17, 2024
2 parents 4d53459 + fa7aef6 commit a25ca38
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
--deployment-config-name CodeDeployDefault.AllAtOnce
--deployment-group-name $DEPLOYMENT_GROUP_NAME
--s3-location bucket=$S3_BUCKET_NAME,bundleType=zip,key=$ZIP_FILE_NAME
- name: Notify Discord
uses: sarisia/actions-status-discord@v1
if: always()
with:
status: ${{ job.status }}
webhook: ${{ secrets.DISCORD_WEBHOOK_URL }}



0 comments on commit a25ca38

Please sign in to comment.