-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
wushuiyong
committed
Oct 5, 2015
1 parent
32faf08
commit 91c04b5
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ Walle 一个web部署系统工具,可能也是个持续发布工具,[官网 | |
* 开发者发起上线任务申请、部署 | ||
* 管理者审核上线任务 | ||
* 支持多项目部署 | ||
* 支持多项目多任务并行 | ||
* 快速回滚 | ||
* 项目的用户权限管理 | ||
* 部署前准备任务(前置检查) | ||
|
@@ -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', | ||
] | ||
|
||
|
@@ -62,7 +63,6 @@ composer install # 如果缺少bower-asset的话, 先安装:composer instal | |
To Do List | ||
---------- | ||
|
||
* 同项目同时部署加锁等待 | ||
* 静态资源管理器 | ||
|
||
持续更新开启更多功能 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters