Browsers for Fedora CoreOS releases

This repository contains the source for several standalone HTML pages, which are used by developers in order to more easily browse Fedora CoreOS (FCOS) releases.

Deploying

Right now, it's a manual process. E.g.:

aws s3 cp --profile fcos-builds-mgmt --acl=public-read \
    browser/index.html s3://fcos-builds/browser \
    --cache-control max-age=60

We might merge this repo into fedora-coreos-streams eventually which already has auto-syncing in place.