Skip to content

Commit

Permalink
Add new config values into README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Schubert committed Dec 4, 2013
1 parent dced9b8 commit b9a8878
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,15 @@ Here is a sample code for FTP acces (port can be omitted):
;target = 'sftp://user@example.com:22/path/to/deploy'
;;deploy a project or not
deploy = true
;Optional, email of maintainer to recieve info about deploy errors
maintainer = adam.schubert@example.com
;Optional, use this to trigger remote host on remote server, eg for cache flushing
;remote_hook = http://www.example.com

;Special rights for files relative to git root
;Optional, Special rights for files relative to git root
[file_rights]
dir/file = 777
dir/file/* = 777
dir/file = 775

## How It Works

Expand Down

0 comments on commit b9a8878

Please sign in to comment.