Skip to content

Commit

Permalink
chore: Disjoin slack webhook of deployment action
Browse files Browse the repository at this point in the history
  • Loading branch information
lsjbh45 committed Jul 21, 2023
1 parent 0795181 commit 69036de
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@ jobs:
json: ${{ secrets.ENV_PROD_JSON }}
- name: Deploy
run: npm run deploy
notify:
needs: deploy
runs-on: ubuntu-latest
steps:
- name: Send deployment notification
uses: rtCamp/action-slack-notify@v2.0.0
uses: rtCamp/action-slack-notify@v2.2.0
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_CHANNEL: logs
Expand Down

0 comments on commit 69036de

Please sign in to comment.