Skip to content

Commit

Permalink
update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Austinhs committed Oct 10, 2022
1 parent 0c36ded commit 350865d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72496,7 +72496,7 @@ async function run() {
}

// Sync files with bucket
await exec(`gsutil rsync -R ${BUILD_PATH} gs://${BUCKET_NAME}`);
await exec(`gsutil -m rsync -R ${BUILD_PATH} gs://${BUCKET_NAME}`);
await exec(`gsutil web set -m "${HOME_PAGE}" -e "${ERROR_PAGE}" gs://${BUCKET_NAME}`);

// Change content type for html_files
Expand Down

0 comments on commit 350865d

Please sign in to comment.