Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 4a9c1f7

Browse files
committed
(readme) added docs on remoteBranch
1 parent 52d3859 commit 4a9c1f7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ Default: `../`
6666
The remote to push to. Common examples include a distribution repository (Heroku or Scalr), your main project's remote (gh-pages branch on Github), or the local project repository itself (`../`).
6767

6868

69+
#### remoteBranch
70+
Type: `String`
71+
Default: `''`
72+
73+
The remote branch to push to. Common usage would be for Heroku's `master` branch
74+
requirement.
75+
76+
6977
#### login
7078
Type: `String`
7179
Default: `''`

0 commit comments

Comments
 (0)