Kunstmaan / kStrano

kStrano (KumaStrano) is a Capistrano deployment “recipe” for Kunstmaan specific applications to make our job of deploying a lot easier. It integrates with Airbrake, Jenkins and Campfire.
MIT License
13 stars 0 forks source link

No more cap deploy:prefer:source #39

Closed kimausloos closed 11 years ago

kimausloos commented 11 years ago

As stated, when doing an upgrade to the latest version the deploy:prefer:source command is gone. My old version (1.0.11) still had the command but after doing an upgrade it was also gone.

$ gem list kstrano
*** LOCAL GEMS ***
kstrano (1.1.4)
SpoBo commented 11 years ago

I still have this command. Check that your Capfile is correct. Should require 'kstrano_symfony2'. Not capistrano_symfony2 or kumafy_symfony2 or something else.

kimausloos commented 11 years ago

That's it, thanks