Skip to content

Commit

Permalink
Merge branch 'feature/CSC-1652-gh-action-for-processing-custom-sheets…
Browse files Browse the repository at this point in the history
…' into staging
  • Loading branch information
danielxvu committed Sep 29, 2023
2 parents 1955143 + 5a9c05a commit 7db46ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcp.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# You need GCloud Access to the dropbox to run this script

gcloud storage rsync --project=roll20-actual "$1" "$3" --delete-unmatched-destination-objects --cache-control='no-cache' --no-clobber
gcloud storage rsync --project=roll20-actual "$1" "$4" --delete-unmatched-destination-objects --cache-control='no-cache' --no-clobber
gcloud storage rsync --project=roll20-actual "$1/dist" "$3" --delete-unmatched-destination-objects --cache-control='no-cache' --no-clobber
gcloud storage rsync --project=roll20-actual "$1/translations" "$4" --delete-unmatched-destination-objects --cache-control='no-cache' --no-clobber || true

0 comments on commit 7db46ee

Please sign in to comment.