Skip to content

Commit

Permalink
Update deploy_dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lcqff authored Sep 4, 2024
1 parent 153c751 commit 149da78
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@ jobs:
chmod +x ./deploy_server.sh
sudo ./deploy_server.sh ${GITHUB_SHA::8} dev
- name: Notify Slack
if: always()
uses: 8398a7/action-slack@v3
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
status: ${{ job.status }}
author_name: DOO_RE Devlopment Backend CICD
fields: repo, commit, message, author, action, took
# - name: Notify Slack
# if: always()
# uses: 8398a7/action-slack@v3
# env:
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
# with:
# status: ${{ job.status }}
# author_name: DOO_RE Devlopment Backend CICD
# fields: repo, commit, message, author, action, took

0 comments on commit 149da78

Please sign in to comment.