can't deploy rails app since upgrade to Capistrano3 -
i have upgraded capistrano3 , followed steps in capistrano3 documentation still error loaderror: cannot load such file -- config/deploy
i sure using capistrano 3; here config/deploy.rb: http://pastie.org/9483501
full log : http://pastie.org/9483504
the uprade docs say:
we recommend capify project scratch , move definitions old new configs then.
mkdir old_cap mv capfile old_cap mv config/deploy.rb old_cap mv config/deploy/ old_cap # --> multistage setups cap install
i did this, got new capfiles, , followed preparing application doc set again new v3 syntax, , worked.
Comments
Post a Comment