Understanding Deployment Strategies
Deployment strategies are just ways for capistrano to get your code onto your target servers, ready to rock and roll
Deploy Strategy :checkout 就是checkout 新的
Deploy Strategy :copy 有時候 你的target server 可能因為被防火牆擋了 就是拿不到svn, 就只好用這個, 把本地的東西copy 過去
Deploy Strategy :export 就是用export 拿code, 用export 拿code 不會有svn control
Deploy Strategy :remote_cache, 把code 弄在cache copy 底下, 然後對其做svn update, 然後再把該份code 弄到新的release 去
沒有留言:
張貼留言