Skip to content

Commit 0251b1e

Browse files
committed
Inherit stdio for spawned git process
Enable user input while deploying.
1 parent 056db8e commit 0251b1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/deployer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ module.exports = function(args) {
5757

5858
return spawn('git', args, {
5959
cwd: deployDir,
60-
verbose: verbose
60+
verbose: verbose,
61+
stdio: 'inherit'
6162
});
6263
}
6364

0 commit comments

Comments
 (0)