From 9e92498533eeba0033f5096421b159eb47802bf8 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sat, 26 Feb 2022 13:13:21 -0500 Subject: Start using the tools/ convention for standard processes --- tools/publish | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 tools/publish (limited to 'tools/publish') 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/ -- cgit v1.2.3