diff --git a/sync_deploy_history.js b/sync_deploy_history.js index 2930497..0490d82 100644 --- a/sync_deploy_history.js +++ b/sync_deploy_history.js @@ -19,7 +19,6 @@ async function sync_deploy_history() { // For git cmd function git(...args) { return spawn('git', args, { - cwd: deployDir, verbose: true, stdio: 'inherit' });