开发者

capistrano deployment

I udpated the code on my development machine, then deploy it to production machine(git server and production server are on the same machine). from the brower i can see the change i made was not th开发者_如何学Pythonere.

I went to cap's current folder, i can see all the code are updated, but in the latest release folder, the code are still old version. I've ran

cap deploy:cleanup
cap deploy

still got the same result.

then i tried to remove all the code from my development machine, and use git clone to get the branch from git server found out everything is alright.

in cap's deploy.rb, i already defined:

set :branch, 'inventoryTrakcing'

so it should work. is that because the git problem? i've committed all the changes why it still won't work? Thanks


If you copied and pasted the code from deploy.rb you might have a typo in the branch name.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜