capistrano
New deployment does not show up with capistrano/passenger command-line
I make a change on the local server (something obvious, removing a <h1/>). I see it on the local machine. I then commit and push the changes and do cap deploy.[详细]
2023-04-13 01:22 分类:问答ec2 deployments in rails
I know this question has probably been asked so many times here, but I didn\'t really find a good answer. I\'m trying to find a simplest solution to do basically just checkout a git project on an ec2[详细]
2023-04-12 21:15 分类:问答How do I set the shell to bash for run in Capistrano?
How can I set the shell in the Capistrano run command to use bash instead of sh? I am 开发者_如何学Pythontrying to install RVM and I need to execute the command:[详细]
2023-04-12 11:20 分类:问答How can I automate Node.js deployments?
I\'m looking for something analogous to Capistrano for Rails - https://github.com/capistrano/capistrano/wiki/[详细]
2023-04-11 06:14 分类:问答Deploying a Git subdirectory in Capistrano
My master branch layout is like this: / <-- top level /client <-- desktop client source files /server <-- Rails app[详细]
2023-04-10 23:22 分类:问答RVM Gemset - Bundler & Capistrano in Production
I\'m deploying a rails app to a VPS with capistrano, bundler开发者_运维知识库 and rvm. Here is part of my deploy.rb[详细]
2023-04-10 17:56 分类:问答How to update Ruby version on my Rack based server
I use Rack on my server. I use Passenger on my server. I use Capistrano on my server. I do not yet use RVM on my server.[详细]
2023-04-10 14:28 分类:问答Marshaling Strings in Ruby
I\'m encountering a bug using Capistrano. I\'ve narrowed down the bug to literally this line of code:[详细]
2023-04-10 12:57 分类:问答In capistrano, can I retrieve server info from a role symbol?
I am using Capistrano to deploy an application in a nonstandard manner and I have a very large file that I upload to multiple servers through a gateway.I would like, instead of having capistrano uploa[详细]
2023-04-10 11:02 分类:问答Capistrano deploy/assets on Rails 3.1 fails
I added the this line load \'deploy/assets\' to my Capfile to deploy assets with Rails 3.1. Capistrano gets to this line[详细]
2023-04-09 10:21 分类:问答