Skip to content

Commit

Permalink
updating Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kzap committed Apr 30, 2016
1 parent ab0af47 commit fa2538b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,19 @@
ref origin/master
post-deploy /var/www/myapp.com/update.sh

You can also use group names for environments to be able to deploy and run commands on them.

[develop:appA]
key /path/to/some.pem

[develop:appB]
key /path/to/some.pem


Run an `deploy (1)` on an entire group by using the `:*` string after the group name.

deploy develop:*

## Directives

### key (optional)
Expand Down

0 comments on commit fa2538b

Please sign in to comment.