1 Star 0 Fork 1.2K

kyhao / dgiot-dashboard

forked from dgiot开源社区 / iotStudio 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 446 Bytes
一键复制 编辑 原始数据 按行查看 历史
h7ml 提交于 2021-06-16 14:41 . fix(.travis.yml): github_token secrets name
language: node_js
node_js:
- 12
branchs:
only:
- master
cache:
directories:
- node_modules
install:
- yarn install
scripts:
- yarn build
deploy:
provider: pages
local_dir: dist
skip_cleanup: true
# 在 GitHub 上生成的令牌,允许 Travis 推送代码到你的仓库。
# 在仓库对应的 Travis 设置页面中配置,用于安全控制。
github_token: $TOKEN
keep_history: true
on:
branch: master
1
https://gitee.com/kyhao/dgiot-dashboard.git
git@gitee.com:kyhao/dgiot-dashboard.git
kyhao
dgiot-dashboard
dgiot-dashboard
master

搜索帮助