文件名称:capistrano-helpers:Capistrano的一组可选扩展,使常见任务更容易
文件大小:21KB
文件格式:ZIP
更新时间:2024-06-06 06:58:34
Ruby
Capistrano助手 Capistrano的一组可选扩展,使常见任务更加轻松,并减少了整个部署的冗余性。 用法 在capistrano部署配方中,仅需要包含要添加到配方中的功能的助手。 在大多数情况下,这还需要添加挂钩,以便在部署期间的正确时间执行操作。 这是一个使用一些帮助器的config / deploy.rb示例: require 'capistrano-helpers/passenger' # Support for Apache passenger require 'capistrano-helpers/specs' # Check specs before deploying require 'capistrano-helpers/version' # Record the version number after deploying require 'c
【文件预览】:
capistrano-helpers-master
----.gitignore(40B)
----README.md(8KB)
----test()
--------test_helper.rb(229B)
----.document(60B)
----.ruby-version(6B)
----LICENSE(1KB)
----capistrano-helpers.gemspec(2KB)
----VERSION(7B)
----lib()
--------capistrano-helpers.rb(369B)
--------capistrano-helpers()
----Rakefile(2KB)