diff --git a/Readme.md b/Readme.md index adfb1fc..96a9d7d 100644 --- a/Readme.md +++ b/Readme.md @@ -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. @@ -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`,