public
Description: Vault
Homepage: http://peervoice.com/software/vault
Clone URL: git://github.com/ddollar/vault.git
cleaned up sqlite deployment task
ddollar (author)
Wed Apr 16 19:48:20 -0700 2008
commit  96c75f3175f5c669c7518acfd878e54a5c03a31f
tree    31a819114659bbaafc9e6a72055bf1c7b01e6ad0
parent  0a37cffbf4459cbf1202d071cc2eaa256c5d9c41
...
33
34
35
36
37
 
 
38
39
40
...
33
34
35
 
 
36
37
38
39
40
0
@@ -33,8 +33,8 @@ namespace :peervoice do
0
     end
0
     
0
     task :sqlite do
0
- run "mkdir -p #{shared_path}/db"
0
- run "ln -nfs #{shared_path}/db/#{application}_production.sqlite3 #{release_path}/db/#{application}_production.sqlite3"
0
+ run %{mkdir -p #{shared_path}/db}
0
+ run %{ln -nfs #{shared_path}/db/production.sqlite3 #{release_path}/db/production.sqlite3"
0
     end
0
     
0
   end

Comments

    No one has commented yet.