承接 anorgan/deployer-cli 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Dependency Status

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-10-01