Skip to content

Commit

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

Feature/cicd modify and test
  • Loading branch information
hjj4060 authored Jun 17, 2024
2 parents a25ca38 + 49ee569 commit 2ee179e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,17 @@ 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
- name: Discord Notify
uses: sarisia/actions-status-discord@v1
if: always()
with:
status: ${{ job.status }}
webhook: ${{ secrets.DISCORD_WEBHOOK_URL }}
status: ${{ job.status }}
title: "deploy"
description: "Build and deploy to GitHub Pages"
url: "https://github.com/sarisia/actions-status-discord"
username: GitHub Actions




0 comments on commit 2ee179e

Please sign in to comment.