diff options
author | Azul <azul@leap.se> | 2013-02-05 16:52:40 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-02-05 16:52:40 +0100 |
commit | 8cc5f89df4686fc924515d044b066081635615cb (patch) | |
tree | 3f2917bfe3ad9c5202cec5e7307c0136e7abc9d8 | |
parent | 7636f238a0acb03a470ddf36b720a45c7f50c659 (diff) |
minor: we don't use cap anymore but puppet - documentation now reflects that
-rw-r--r-- | DEPLOY.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -15,8 +15,7 @@ The following packages need to be installed: ### Setup Capistrano ### -We use capistrano to deploy. -We ship an example deploy.rb in config/deploy.rb.example. Edit it to match your needs. +We use puppet to deploy. But we also ship an example deploy.rb in config/deploy.rb.example. Edit it to match your needs if you want to use capistrano. run `cap deploy:setup` to create the directory structure. |