Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jun 7, 2011
1 parent 20b83bc commit 911707d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,24 @@

branch origin/master

### pre-deploy

Pre-deployment command, executed relative to `path`.

pre-deploy ./something

### post-deploy

Post-deployment command, executed relative to `path`.

post-deploy ./restart

### pre-deploy
### test

Pre-deployment command, executed relative to `path`.
Post-deployment test command, executed relative to `path`,
after `post-deploy`, useful for ... running tests :).

pre-deploy ./something
test ./something

## License

Expand Down

0 comments on commit 911707d

Please sign in to comment.