enable new domian

This commit is contained in:
Shusui MOYATANI
2024-01-08 19:47:37 +09:00
parent d3d94515cb
commit 9e3300f281

View File

@@ -37,12 +37,11 @@ jobs:
- name: Test - name: Test
run: npm run test run: npm run test
- name: Build - name: Build
run: npm run build -- --base="/rabbit/" run: npm run build
env: env:
VITE_COMMIT: ${{ steps.hash.outputs.sha_short }} VITE_COMMIT: ${{ steps.hash.outputs.sha_short }}
# disable temporally - name: Set CNAME
#- name: Set CNAME run: echo "rabbit.syusui.net" >> ./dist/CNAME
# run: echo "rabbit.syusui.net" >> ./dist/CNAME
- name: Check license - name: Check license
run: npm run checkLicense run: npm run checkLicense
- name: Deploy - name: Deploy