Skip to content

Commit

Permalink
Only production notify slack
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Nov 1, 2024
1 parent 68d0c74 commit 276e3a8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
script_build: pnpm app build:mainnet
dist_path: apps/helixbox-app/dist
enable_notify_comment: true
enable_notify_slack: true
enable_notify_slack: false
slack_channel: helixbox-ui
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}

Expand All @@ -48,6 +48,6 @@ jobs:
script_build: pnpm app build:testnet
dist_path: apps/helixbox-app/dist
enable_notify_comment: true
enable_notify_slack: true
enable_notify_slack: false
slack_channel: helixbox-ui
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}
4 changes: 2 additions & 2 deletions .github/workflows/app-deploy-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
script_install: pnpm install
script_build: pnpm app build:mainnet
dist_path: apps/helixbox-app/dist
enable_notify_slack: true
enable_notify_slack: false
slack_channel: helixbox-ui
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}

Expand All @@ -46,6 +46,6 @@ jobs:
script_install: pnpm install
script_build: pnpm app build:testnet
dist_path: apps/helixbox-app/dist
enable_notify_slack: true
enable_notify_slack: false
slack_channel: helixbox-ui
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}
2 changes: 1 addition & 1 deletion .github/workflows/helix-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
script_build: pnpm helix build
dist_path: apps/helix/dist
enable_notify_comment: true
enable_notify_slack: true
enable_notify_slack: false
slack_channel: helixbox-ui
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}
2 changes: 1 addition & 1 deletion .github/workflows/home-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
script_build: pnpm run home build
dist_path: apps/helixbox-home/dist
enable_notify_comment: true
enable_notify_slack: true
enable_notify_slack: false
slack_channel: helixbox-ui
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}

0 comments on commit 276e3a8

Please sign in to comment.