diff options
Diffstat (limited to 'tools/publish')
| -rwxr-xr-x | tools/publish | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/publish b/tools/publish deleted file mode 100755 index ee8aa63..0000000 --- a/tools/publish +++ /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/ |
