Skip to content

Commit

Permalink
fix: add parallelism to rsync command
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored Jul 27, 2021
1 parent bbc660f commit 9dc5bd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ if (result.stderr && result.stderr.includes('No credentialed accounts.')) {

console.log(`Deploying ${version}`);
const exec = execa('gsutil', [
'-m',
'rsync',
'-r',
'-d',
Expand Down

0 comments on commit 9dc5bd7

Please sign in to comment.