summaryrefslogtreecommitdiff
path: root/tools/publish
diff options
context:
space:
mode:
Diffstat (limited to 'tools/publish')
-rwxr-xr-xtools/publish9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/publish b/tools/publish
new file mode 100755
index 0000000..ee8aa63
--- /dev/null
+++ b/tools/publish
@@ -0,0 +1,9 @@
+#!/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/