mirror of
https://github.com/fastapi-admin/fastapi-admin.git
synced 2026-03-13 10:32:25 +08:00
18 lines
313 B
YAML
18 lines
313 B
YAML
language: node_js
|
|
node_js: stable
|
|
install:
|
|
- cd front
|
|
- npm install
|
|
script:
|
|
- npm run build
|
|
deploy:
|
|
provider: pages
|
|
skip_cleanup: true
|
|
local_dir: dist
|
|
github_token: $GITHUB_TOKEN
|
|
keep_history: true
|
|
fqdn: fastapi-admin.long2ice.cn
|
|
on:
|
|
branch: master
|
|
email: long2ice@gmail.com
|
|
edge: true |