From b0d64613fdf8e3c4efc4a191c988aa69338cf7e3 Mon Sep 17 00:00:00 2001 From: Steven Clontz Date: Sat, 8 Aug 2026 13:55:11 +0000 Subject: [PATCH] add deploy instructions --- DEPLOYING.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 DEPLOYING.md diff --git a/DEPLOYING.md b/DEPLOYING.md new file mode 100644 index 000000000..48112d604 --- /dev/null +++ b/DEPLOYING.md @@ -0,0 +1,6 @@ +Install the [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html). + +``` +/root/.local/bin/aws login --remote +/root/.local/bin/aws s3 cp [path/to/year] s3://BUCKET_NAME/[year]/ --recursive +``` \ No newline at end of file