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