Questions tagged [rvm1-capistrano3]

5 questions
2
votes
1 answer

Capistrano rails Skipping task `deploy:updating' because it was previously invoked

I am on rails using rvm, I get following error when deplying using capistrano: Skipping task `deploy:updating'. Capistrano tasks may only be invoked once. Since task `deploy:updating' was previously invoked, invoke("deploy:updating") at…
1
vote
0 answers

Update bundler version using capistrano

I've multiple servers and they are running the bundler version 2.1.4 and I want to upgrade the bundler to 2.3.5, so I tried to write the capistrano task namespace :update_bundler do desc "Install the bundler 2.3.5" task :install do on…
Umair Khalid
  • 150
  • 1
  • 1
  • 12
1
vote
1 answer

Capistrano 3 deployment broke for some reason

Okay, I'm running into some weird issue with our deployment no longer working anymore. I cannot track everything that changed, but I'm hoping someone can help me out with debugging this issue and find out what is going wrong. deploy.rb # config…
codingbunny
  • 3,989
  • 6
  • 29
  • 54
0
votes
1 answer

Don't know how to build task 'symlink_directories'

After upgrading a rails project, I'm trying to deploy with capistrano and suddenly getting this error: Tasks: TOP => deploy:restart (See full trace by running task with --trace) The deploy has failed with an error: Don't know how to build task…
dimid
  • 7,285
  • 1
  • 46
  • 85
0
votes
0 answers

Cap deploy:cold failed

Hi I am trying to deploy my rails application using capistrano but facing the following issue: Log: triggering load callbacks * 2016-04-15 15:18:25 executing `deploy:cold' * 2016-04-15 15:18:25 executing `deploy:update' ** transaction: start …
ShrinivasS
  • 43
  • 1
  • 7