Files
fastapi-admin/.travis.yml
2020-04-16 21:01:11 +08:00

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