开发者

Capistrana will it be useful for executing remote rake task

开发者 https://www.devze.com 2023-03-18 17:57 出处:网络
I want to execute some rake task from remote machine. Would Capistrano be useful for this case. Here i am not going to do any deployment, so there will no开发者_JS百科t be any code update.

I want to execute some rake task from remote machine. Would Capistrano be useful for this case.

Here i am not going to do any deployment, so there will no开发者_JS百科t be any code update. I wish to send some files to my rails project and execute the rake task.

Please suggest which could be suitable, only Capistrano comes in my mind. I am very new to Capistrano


the first thing you can use is

  1. $ cap shell
  2. $ cap -vT

if you need remote console, log display, please take a look my capistrano tasks on Github

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号