Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jun 8, 2011
1 parent 08e2f0d commit 75a403d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Readme.md
Expand Up @@ -55,6 +55,16 @@

key /path/to/some.pem

### ref (optional)

When specified, __HEAD__ is reset to `ref`. When deploying
production typically this will _not_ be used, as `deploy(1)` will
utilize the most recent tag by default, however this is useful
for a staging environment, as shown below where __HEAD__ is updated
and set to the develop branch.

ref origin/develop

### user

User for deployment.
Expand All @@ -79,16 +89,6 @@

path /var/www/myapp.com

### ref

When specified, __HEAD__ is reset to `ref`. When deploying
production typically this will _not_ be used, as `deploy(1)` will
utilize the most recent tag by default, however this is useful
for a staging environment, as shown below where __HEAD__ is updated
and set to the develop branch.

ref origin/develop

### Hooks

All hooks are arbitrary commands, executed relative to `path/current`,
Expand Down

0 comments on commit 75a403d

Please sign in to comment.