Skip to content

Commit 456bb1a

Browse files
cy20linNoahDragon
authored andcommitted
Inherit stdio for spawned git process (#82)
Enable user input while deploying.
1 parent 056db8e commit 456bb1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/deployer.js

+2-1
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)