Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OPENTECH
/
yoho-node-ci
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
2
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
2016-06-22 16:50:54 +0800
Commit
3b58d9af5f2ffcc2b5ddee9b2e762533659f26e9
1 parent
d60bcfd2
add todo feature
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
README.md
init.js
README.md
View file @
3b58d9a
...
...
@@ -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
...
...
init.js
deleted
100644 → 0
View file @
d60bcfd
require
(
"babel-core/register"
)({
presets
:
[
'stage-3'
,
'es2015'
]
});
require
(
"babel-polyfill"
);
require
(
"./apps/models/_init.js"
);
\ No newline at end of file
Please
register
or
login
to post a comment