Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 1c1806a

Browse files
authored
Merge pull request #105 from netlify/raees/deploy-branch
Add branch param to deploy
2 parents 2ec2a9e + 5d9f786 commit 1c1806a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/deploy/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ module.exports = async (api, siteId, dir, opts) => {
7171
files,
7272
functions,
7373
async: Object.keys(files).length > opts.syncFileLimit,
74+
branch: opts.branch,
7475
draft: opts.draft
7576
}
7677
})

0 commit comments

Comments
 (0)