This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
- uses: yanhao98/composite-actions/setup-node-environment@main
|
||||
- name: deploy
|
||||
run: |
|
||||
vite build
|
||||
npx vite build
|
||||
export DEPLOY_DOMAIN=https://vue-formkit-example.oo1.dev
|
||||
cp dist/index.html dist/200.html
|
||||
npx surge --project ./dist --domain $DEPLOY_DOMAIN --token d843de16b331c626f10771245c56ed93 # npx surge token
|
||||
|
Reference in New Issue
Block a user