Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Rename project name in vercel (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Jun 22, 2022
1 parent 7227e47 commit 290f729
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 @@ -24,7 +24,7 @@ jobs:
vercel_group: itering
node_version: 16
preview_output: true
project_name: docs
project_name: darwinia-docs
enable_cache: true
enable_notify_comment: true
enable_notify_slack: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
vercel_group: itering
node_version: 16
preview_output: true
project_name: docs
project_name: darwinia-docs
prod_mode: true
enable_cache: true
enable_notify_slack: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
vercel_group: itering
node_version: 16
preview_output: true
project_name: docs
project_name: darwinia-docs
enable_cache: true
enable_notify_slack: true
slack_channel: darwinia-docs-edu
Expand Down

0 comments on commit 290f729

Please sign in to comment.