Remind myself how to publish the site
This commit is contained in:
parent
37740d6936
commit
39e7009dfe
10
README.md
10
README.md
@ -34,6 +34,16 @@ To build continuously in a loop:
|
|||||||
$ tools/build-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
|
### License
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user