diff options
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/publish (renamed from tools/publish-ec2) | 0 | ||||
| -rwxr-xr-x | tools/publish-cloudfront | 9 |
2 files changed, 0 insertions, 9 deletions
diff --git a/tools/publish-ec2 b/tools/publish index 9ee5d71..9ee5d71 100755 --- a/tools/publish-ec2 +++ b/tools/publish 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/ |
