1 Star 0 Fork 0

feitian124/halo-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 511 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: node_js
node_js: stable
jobs:
include:
- stage: build
script:
- npm run build
- scripts/zip_dist.sh
- ls -la dist
deploy:
provider: releases
api_key: $GITHUB_OAUTH_TOKEN
file_glob: true
file: dist/*.zip
skip_cleanup: true
on:
tags: true
stages:
- build
branches:
only:
- master
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
notifications:
webhooks: https://fathomless-fjord-24024.herokuapp.com/notify
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/feitian124/halo-admin.git
git@gitee.com:feitian124/halo-admin.git
feitian124
halo-admin
halo-admin
master

搜索帮助