Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit cb5dab5

Browse files
authored
update deply config (#42)
1 parent 340e2e0 commit cb5dab5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
dist_path: .
2929
enable_notify_comment: true
3030
enable_notify_slack: true
31-
slack_channel: public-darwinia-websites-apps
31+
slack_channel: public-ringdao-apps
3232
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}

.github/workflows/deploy-prd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
script_run: false
3030
dist_path: .
3131
enable_notify_slack: true
32-
slack_channel: public-darwinia-websites-apps
32+
slack_channel: public-ringdao-apps
3333
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}
3434

.github/workflows/deploy-stg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
dist_path: .
3030
enable_notify_comment: true
3131
enable_notify_slack: true
32-
slack_channel: public-darwinia-websites-apps
32+
slack_channel: public-ringdao-apps
3333
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}

0 commit comments

Comments
 (0)