Remind myself how to publish the site

This commit is contained in:
Mark McGranaghan 2018-02-01 16:18:25 -05:00
parent 37740d6936
commit 39e7009dfe

View File

@ -34,6 +34,16 @@ To build continuously in a loop:
$ tools/build-loop
```
### Publishing
To upload the site:
```console
$ gem install aws-sdk
$ export export AWS_ACCESS_KEY_ID=...
$ export AWS_SECRET_ACCESS_KEY=...
$ tools/upload-site
```
### License