Skip to content

Commit c42b170

Browse files
authored
alias domain
1 parent 003a276 commit c42b170

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
script_install: yarn install
2121
script_build: yarn build
2222
preview_output: true
23+
alias_domain: helixbox-docs-stg
2324
project_name: helixbox-docs
2425
enable_cache: true
2526
enable_notify_comment: true

.github/workflows/deploy-prd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
script_install: yarn install
2222
script_build: yarn build
2323
preview_output: true
24+
alias_domain: helixbox-docs
2425
project_name: helixbox-docs
2526
prod_mode: true
2627
enable_cache: true

.github/workflows/deploy-stg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
script_install: yarn install
2121
script_build: yarn build
2222
preview_output: true
23+
alias_domain: helixbox-docs-dev
2324
project_name: helixbox-docs
2425
enable_cache: true
2526
enable_notify_slack: true

0 commit comments

Comments
 (0)