diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -3,6 +3,19 @@ This repo (and website) hold the pre-built website style/theme assets for `gentoo.org` websites. +## How to upload +`CREDCOMMAND="..." bash upload.sh` +Where `CREDCOMMAND` returns YAML with the S3 credentials needed for uploading. + +Will set: +- CORS Configuration +- S3 Static website configuration + +### Dependencies +- `yq` +- `s3cmd` +- `awscli` + ## Git Repositories - [Assets](https://gitweb.gentoo.org/sites/assets.git/) - [Tyrian theme source](https://gitweb.gentoo.org/sites/tyrian-theme.git/) |