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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -