Skip to content

Commit

Permalink
Update helixbox-ui (#856)
Browse files Browse the repository at this point in the history
* Update helixbox-ui

* Only production notify slack

---------

Co-authored-by: JayJay1024 <[email protected]>
  • Loading branch information
fewensa and JayJay1024 authored Nov 1, 2024
1 parent 0463665 commit 22360ea
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/app-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
script_build: pnpm app build:mainnet
dist_path: apps/helixbox-app/dist
enable_notify_comment: true
enable_notify_slack: true
slack_channel: helix-ui
enable_notify_slack: false
slack_channel: helixbox-ui
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}

- uses: darwinia-network/devops/actions/smart-vercel@main
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
slack_channel: helix-ui
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-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
script_build: pnpm app build:mainnet
dist_path: apps/helixbox-app/dist
enable_notify_slack: true
slack_channel: helix-ui
slack_channel: helixbox-ui
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
Expand All @@ -47,7 +47,7 @@ jobs:
script_build: pnpm app build:testnet
dist_path: apps/helixbox-app/dist
enable_notify_slack: true
slack_channel: helix-ui
slack_channel: helixbox-ui
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}

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

- uses: darwinia-network/devops/actions/smart-vercel@main
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
slack_channel: helix-ui
enable_notify_slack: false
slack_channel: helixbox-ui
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}
4 changes: 2 additions & 2 deletions .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
slack_channel: helix-ui
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-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
script_build: pnpm helix build
dist_path: apps/helix/dist
enable_notify_slack: true
slack_channel: helix-ui
slack_channel: helixbox-ui
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
4 changes: 2 additions & 2 deletions .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
slack_channel: helix-ui
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-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
script_build: pnpm run home build
dist_path: apps/helixbox-home/dist
enable_notify_slack: true
slack_channel: helix-ui
slack_channel: helixbox-ui
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: rtCamp/action-slack-notify@v2
if: steps.changesets.outputs.published == 'true'
env:
SLACK_CHANNEL: helix-ui
slack_channel: helixbox-ui
SLACK_COLOR: ${{ job.status }}
SLACK_ICON: https://avatars.githubusercontent.com/u/51163350?s=48&v=4
SLACK_MESSAGE: ${{ steps.changesets.outputs.publishedPackages }}
Expand Down

0 comments on commit 22360ea

Please sign in to comment.