diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-12-20 00:11:18 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-12-20 00:11:18 +0100 |
| commit | 92ccd82c73463fa0b67996dc9212e992f90a1454 (patch) | |
| tree | 456f16a2a88c3f9613c9eaf3dcdf3876aa36d689 /scripts/upload.sh | |
| parent | 55fd5e33b1430fd6498f476490da6b5fa6abd70c (diff) | |
Diffstat (limited to 'scripts/upload.sh')
| -rw-r--r-- | scripts/upload.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/upload.sh b/scripts/upload.sh new file mode 100644 index 0000000..36a2b49 --- /dev/null +++ b/scripts/upload.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env sh + +: "${S3_BUCKET:=lgtm.limited.pizza}" + +echo "Uploading to $S3_BUCKET" +aws s3 sync --acl public-read --delete build s3://$S3_BUCKET |