Changeset 1183

Show
Ignore:
Timestamp:
07/11/08 21:51:24 (6 months ago)
Author:
alban
Message:

Suppression du 'Migrate before restart'

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/deploy.rb

    r984 r1183  
    9393desc "Create media folder" 
    9494task :after_setup do 
    95   run "mkdir #{shared_path}/cache"  
    96         run "mkdir #{shared_path}/media"  
     95  run "mkdir #{shared_path}/cache" 
     96        run "mkdir #{shared_path}/media" 
    9797        run "mkdir #{shared_path}/media/cue" 
    9898        run "mkdir #{shared_path}/media/cast" 
     
    105105end 
    106106 
    107 desc "Migrate before restart" 
    108 task :before_restart do 
    109   migrate 
    110 end 
     107#desc "Migrate before restart" 
     108#task :before_restart do 
     109#  migrate 
     110#end 
    111111 
    112112desc "Put our own maintenance template" 
     
    129129desc "Add symlink" 
    130130task :after_symlink do 
    131         run "ln -nfs #{shared_path}/system/mahoro.so #{release_path}/vendor/mahoro.so"  
     131        run "ln -nfs #{shared_path}/system/mahoro.so #{release_path}/vendor/mahoro.so" 
    132132        run "ln -nfs #{shared_path}/media #{release_path}/media" 
    133         run "ln -nfs #{shared_path}/cache #{release_path}/public/cache"  
     133        run "ln -nfs #{shared_path}/cache #{release_path}/public/cache" 
    134134end