capistrano-shell:在当前版本目录中的远程主机上打开 SSH shell

时间:2024-07-01 19:10:48
【文件属性】:

文件名称:capistrano-shell:在当前版本目录中的远程主机上打开 SSH shell

文件大小:5KB

文件格式:ZIP

更新时间:2024-07-01 19:10:48

Ruby

Capistrano::壳牌 在当前版本目录中的远程主机上打开 SSH shell。 需要 Capistrano 3。 安装 将此行添加到应用程序的 Gemfile 中: gem 'capistrano-shell' 然后执行: $ bundle 或者自己安装: $ gem install capistrano-shell 用法 # Capfile require 'capistrano/shell' # config/deploy/production.rb server 'server1' , user : 'deploy' , roles : %w{ app } server 'server2' , user : 'deploy' , roles : %w{ db } , no_release : true 那么你应该能够做这样的事情: $ cap prod


【文件预览】:
capistrano-shell-master
----.gitignore(87B)
----LICENSE.txt(1KB)
----capistrano-shell.gemspec(796B)
----README.md(2KB)
----lib()
--------capistrano-shell.rb(0B)
--------capistrano()
----Gemfile(39B)
----Rakefile(29B)

网友评论