Skip to content

Commit

Permalink
tag v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuiyong committed Oct 5, 2015
1 parent 32faf08 commit 91c04b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Walle 一个web部署系统工具,可能也是个持续发布工具,[官网
* 开发者发起上线任务申请、部署
* 管理者审核上线任务
* 支持多项目部署
* 支持多项目多任务并行
* 快速回滚
* 项目的用户权限管理
* 部署前准备任务(前置检查)
Expand Down Expand Up @@ -40,7 +41,7 @@ composer install # 如果缺少bower-asset的话, 先安装:composer instal
```php
vi config/params.php
'support.email' => '[email protected]', // 与config/web.php 中mail模块的username一致
'mail-suffix' => [
'mail-suffix' => [ // 允许注册的邮箱后缀
'huamanshu.com',
]

Expand All @@ -62,7 +63,6 @@ composer install # 如果缺少bower-asset的话, 先安装:composer instal
To Do List
----------

* 同项目同时部署加锁等待
* 静态资源管理器

持续更新开启更多功能
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ See [walle website](http://www.huamanshu.com/walle.html) for more information an
* Developer submit a task, deploy task
* Admin audit task
* Multiple project
* Multiple Task Parallel
* Quick rollback
* Group relation of project
* Task of pre-deploy(e.g: test ENV var)
Expand Down Expand Up @@ -68,7 +69,6 @@ Quick Start
To Do List
----------

* the same project add lock while deploying
* a manager of static source

Update
Expand Down

0 comments on commit 91c04b5

Please sign in to comment.