diff options
Diffstat (limited to 'tools/publish-cloudfront')
| -rwxr-xr-x | tools/publish-cloudfront | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/publish-cloudfront b/tools/publish-cloudfront deleted file mode 100755 index ee8aa63..0000000 --- a/tools/publish-cloudfront +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash -e - -cd "$(dirname "$0")/.." - -## tools/publish -## -## Publishes site/ to the S3 bucket hosting grimoire.ca - -exec aws s3 sync --delete site/ s3://grimoire.ca/ |
