diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2023-11-08 10:38:32 -0800 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2023-11-08 10:38:32 -0800 |
| commit | 7b9d83f99f14a6a6216dcc1b38195e272c171571 (patch) | |
| tree | a4dd9181f550011e3cef1e3db7e65118f43d3a57 /tools/publish | |
| parent | bcf159c32026a8a5373f2fa5eb1d28f180e43b94 (diff) | |
Remove Terraform infra entirely
Diffstat (limited to 'tools/publish')
| -rwxr-xr-x | tools/publish | 11 |
1 files changed, 11 insertions, 0 deletions
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/ |
