Authored by 姜枫

add todo feature

... ... @@ -8,3 +8,14 @@ node.js项目持续集成应用
* 服务器管理、初始化环境
* 项目构建、发布、管理
### TODO
1. 统一AWS和腾讯云到一个部署平台
2. 添加登陆验证
3. 去掉不必要的页面元素
4. 实时日志和构建日志没有显示
5. 支持一键多台配置nginx
6. 需要把所有的node项目部署添加到当前的部署环境中
7. 测试环境可以提供gitlab web hook
\ No newline at end of file
... ...
require("babel-core/register")({
presets: ['stage-3', 'es2015']
});
require("babel-polyfill");
require("./apps/models/_init.js");
\ No newline at end of file