mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 14:34:25 +01:00
enable new domian
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user