Skip to content

Commit

Permalink
Enable slack notify
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored May 7, 2024
1 parent 03af1cd commit 00ab458
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
alias_domain: "msgport-home-dev"
enable_cache: true
enable_notify_comment: true
enable_notify_slack: false
enable_notify_slack: true
slack_channel: public-msgport
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
dist_path: dist
prod_mode: true
enable_cache: true
enable_notify_slack: false
enable_notify_slack: true
slack_channel: public-msgport
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}
2 changes: 1 addition & 1 deletion .github/workflows/deploy-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
dist_path: dist
alias_domain: "msgport-home-stg"
enable_cache: true
enable_notify_slack: false
enable_notify_slack: true
slack_channel: public-msgport
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}

0 comments on commit 00ab458

Please sign in to comment.