Skip to content

Commit a28aef8

Browse files
committed
Custom domain 자동설정
1 parent 3465fe3 commit a28aef8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: 18
2121

2222
- name: Install Dependencies
23-
run: npm install
23+
run: npm ci
2424

2525
- name: Build Project
2626
run: |
@@ -31,3 +31,4 @@ jobs:
3131
with:
3232
github_token: ${{ secrets.GITHUB_TOKEN }}
3333
publish_dir: ./build
34+
cname: "Zivorp.com" # Custom domain 자동 설정

0 commit comments

Comments
 (0)