From 7b9d83f99f14a6a6216dcc1b38195e272c171571 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 8 Nov 2023 10:38:32 -0800 Subject: Remove Terraform infra entirely --- tools/publish | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 tools/publish (limited to 'tools/publish') diff --git a/tools/publish b/tools/publish new file mode 100755 index 0000000..9ee5d71 --- /dev/null +++ b/tools/publish @@ -0,0 +1,11 @@ +#!/bin/bash -e + +cd "$(dirname "$0")/.." + +## tools/publish +## +## Publishes site/ to the S3 bucket hosting grimoire.ca + +exec rsync -zav --delete --progress \ + site/ \ + admin@grimoire.ca:/srv/grimoire.ca/webroot/ -- cgit v1.2.3