Skip to content

Commit

Permalink
Merge pull request #183 from AppLinkers/feature/util
Browse files Browse the repository at this point in the history
#180 FEAT - github actions slack 알림
  • Loading branch information
yuseogi0218 authored Jan 19, 2024
2 parents 32ffd37 + fe66086 commit 760a798
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,14 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: |
aws deploy create-deployment --application-name ordermanage --deployment-group-name ordermanage-group --file-exists-behavior OVERWRITE --s3-location bucket=ordermanage-deploy,bundleType=zip,key=ordermanage.zip --region ap-northeast-2
- name: action-slack
uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
author_name: yuseogi0218
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took
if_mention: failure,cancelled
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} # required
if: always() # Pick up events even if the job fails or is canceled.

0 comments on commit 760a798

Please sign in to comment.