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 | |
| parent | bcf159c32026a8a5373f2fa5eb1d28f180e43b94 (diff) | |
Remove Terraform infra entirely
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/publish (renamed from tools/publish-ec2) | 0 | ||||
| -rwxr-xr-x | tools/publish-cloudfront | 9 |
2 files changed, 0 insertions, 9 deletions
diff --git a/tools/publish-ec2 b/tools/publish index 9ee5d71..9ee5d71 100755 --- a/tools/publish-ec2 +++ b/tools/publish diff --git a/tools/publish-cloudfront b/tools/publish-cloudfront deleted file mode 100755 index ee8aa63..0000000 --- a/tools/publish-cloudfront +++ /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/ |
