Skip to content

Commit f425c7d

Browse files
committed
fix(ci): update CNAME for deployment
Updated the CNAME configuration in main.yml to set the custom domain for deployment to "www.kexima.com" instead of "eallion.com". This change ensures that the correct domain is used for the deployed application.
1 parent b2cb90f commit f425c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
allow_empty_commit: true
4646
# commit_message: ${{ GitHub.event.head_commit.message }}
4747
full_commit_message: ${{ github.event.head_commit.message }}
48-
cname: eallion.com
48+
cname: www.kexima.com
4949
force_orphan: true
5050
user_name: 'github-actions[bot]'
5151
user_email: 'github-actions[bot]@users.noreply.github.com'

0 commit comments

Comments
 (0)