bradleydyer/capistrano-tasks
Composer 安装命令:
composer create-project bradleydyer/capistrano-tasks
包简介
Collection of capistrano tasks
README 文档
README
List of capistrano tasks used on BradleyDyer infrastructure.
Usage and Installation
- Add to your composer.json dependencies:
...
"require-dev": {
...,
"bradleydyer/capistrano-tasks": "^1.5",
}
- run
composer update - load tasks in your Capfile
Dir.glob('vendor/bradleydyer/capistrano-tasks/tasks/*/*.rake').each { |r| import r } Dir.glob('vendor/bradleydyer/capistrano-tasks/tasks/*/*/*.rake').each { |r| import r }
Tag based deployment
If you wish to deploy specific tag you can enable that by adding before :deploy, "git:tag:check" for a given stage (typically production.rb). This can also be enabled globally. Once enabled, you will be asked during deployment to specify tag you wish to deploy. Specifying invalid tag will re-fetch tags trigger the prompt once again.
Badges
- For capistrano-task enabled projects
- For projects that are configured to be installed loacly
- For projects that allow to push files up
- For projects that allow to pull files down
Setup for Developers
- Write code
- Be awesome
统计信息
- 总下载量: 6.3k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-01-10