Skip to content

Commit 0f24860

Browse files
authored
Change alias domain
1 parent c42b170 commit 0f24860

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
script_install: yarn install
2121
script_build: yarn build
2222
preview_output: true
23-
alias_domain: helixbox-docs-stg
23+
alias_domain: helixbox-docs-dev
2424
project_name: helixbox-docs
2525
enable_cache: true
2626
enable_notify_comment: true

.github/workflows/deploy-stg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
script_install: yarn install
2121
script_build: yarn build
2222
preview_output: true
23-
alias_domain: helixbox-docs-dev
23+
alias_domain: helixbox-docs-stg
2424
project_name: helixbox-docs
2525
enable_cache: true
2626
enable_notify_slack: true

0 commit comments

Comments
 (0)