fix: CNAME

This commit is contained in:
Shusui MOYATANI
2024-01-08 17:02:39 +09:00
parent f63859bde7
commit 38ea212387

View File

@@ -40,6 +40,8 @@ jobs:
run: npm run build run: npm run build
env: env:
VITE_COMMIT: ${{ steps.hash.outputs.sha_short }} VITE_COMMIT: ${{ steps.hash.outputs.sha_short }}
- name: Set 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