We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deploy: ... on: branch: production 我看文档也不是很理解on 到底是干什么用的,看你的项目分支里面也有production.能稍微给我讲解一下吗?本人有点菜,诚心学习.先谢谢了
The text was updated successfully, but these errors were encountered:
本项目production分支是发布分支,master分支是开发分支。等有bug或新api在master分支开发完成后,就合并到production分支。当Travis检测到production分支有更新后,就拉取production分支,重新跑测试用例,删除多余文件,并发布新版本到npm。:grinning:
Sorry, something went wrong.
No branches or pull requests
deploy:
...
on:
branch: production
我看文档也不是很理解on 到底是干什么用的,看你的项目分支里面也有production.能稍微给我讲解一下吗?本人有点菜,诚心学习.先谢谢了
The text was updated successfully, but these errors were encountered: