Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Aug 9, 2024
1 parent 115840d commit efc793d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
dist_path: out
script_install: pnpm install
script_build: pnpm run build
project_name: kton-stake
project_name: kton-stake-v2
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 @@ -31,7 +31,7 @@ jobs:
dist_path: out
script_install: pnpm install
script_build: pnpm run build
project_name: kton-stake
project_name: kton-stake-v2
prod_mode: true
enable_cache: true
enable_notify_slack: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
dist_path: out
script_install: pnpm install
script_build: pnpm run build
project_name: kton-stake
alias_domain: "kton-stake-stg"
project_name: kton-stake-v2
alias_domain: "kton-stake-v2-stg"
enable_cache: true
enable_notify_slack: true
slack_channel: public-darwinia-websites-apps
Expand Down

0 comments on commit efc793d

Please sign in to comment.