public
Description: Automate your wordpress deploys with capistrano and git
Homepage: http://www.jestro.com
Clone URL: git://github.com/jestro/wordpress-capistrano.git
docs
jnewland (author)
Mon Nov 24 09:15:38 -0800 2008
commit  56c93871bcf0de085734a02569effb673c53d0f3
tree    9e922f2480bb715aaee1ce235e10da11ad56d88c
parent  772791986c703d0d251bee659f47f877aec0a88d
...
24
25
26
27
 
 
 
28
29
30
...
24
25
26
 
27
28
29
30
31
32
0
@@ -24,7 +24,9 @@ h2. Setup
0
 * Adjust the settings in
0
  @config/puppet.pp@
0
 * @cap deploy:setup@
0
-* @cap deploy@
0
+* Add your GitHub deploy key as instructed by the setup task.
0
+* @cap deploy:cold@
0
+* Subsqeuently, to deploy changes, run @cap deploy@
0
 
0
 h3. Switching Wordpress Versions
0
 

Comments