anorgan/deployer-cli
最新稳定版本:v0.2.0
Composer 安装命令:
composer require anorgan/deployer-cli
包简介
CLI tool to help deploy projects to remote servers
README 文档
README
CLI tool for deployment on remote servers
Instalation
$ wget http://bit.ly/deployer-cli -O deployer.phar
Usage
$ php deployer.phar deploy production
Configuration
$ php deployer.phar init
Creates something like:
# Environments production: servers: app1: type: ssh # local or webhook host: app1.domain.com user: deployer path: /var/www/domain.com steps: Tests: commands: - bin/phpspec run -fpretty success: - echo "send email with output" - echo "send notification on Slack" # Run after any failure to deploy to destination (optional) fail: - echo "weep"
Requirements
PHP 5.4.0 or above
Licence
Deployer is licensed under the MIT License - see the LICENSE file for details
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-10-01