commit | 0467f3c09641ff1a1e0a0daa323d93344305d7ca | [log] [tgz] |
---|---|---|
author | Harry Callahan <hcallahan@lowrisc.org> | Wed Feb 22 16:23:50 2023 +0000 |
committer | Greg Chadwick <mail@gregchadwick.co.uk> | Tue Mar 07 11:41:43 2023 +0000 |
tree | 808681a62e24686f683882a4eaa73aacf7344956 | |
parent | fc3e4f6cb4d95d89a9b82472c1abca1a9304e6ab [diff] |
[doc] Add util/site/deploy.sh with all Gcloud deployment commands - Centralize existing comments about deployment commands - Improve documentation - Update site-builder dockerfile for new build requirements The deployment commands have been changed to target new buckets/images to which the new site can be deployed. This will reduce the chance of a prolonged outage if something goes wrong, and can be fixed-up in a follow-up commit. The new script util/site/deploy.sh can now be used by an admin / appropriately-enabled CI jobs to run common deployment tasks. For example, to build and deploy the site to staging.opentitan.org.. ```sh ./util/site/deploy.sh staging ``` Signed-off-by: Harry Callahan <hcallahan@lowrisc.org> Co-authored-by: Jorge Prendes <jorge.prendes@gmail.com>
OpenTitan is an open source silicon Root of Trust (RoT) project. OpenTitan will make the silicon RoT design and implementation more transparent, trustworthy, and secure for enterprises, platform providers, and chip manufacturers. OpenTitan is administered by lowRISC CIC as a collaborative project to produce high quality, open IP for instantiation as a full-featured product. See the OpenTitan site and OpenTitan docs for more information about the project.
This repository contains hardware, software and utilities written as part of the OpenTitan project. It is structured as monolithic repository, or “monorepo”, where all components live in one repository. It exists to enable collaboration across partners participating in the OpenTitan project.
The project contains comprehensive documentation of all IPs and tools. You can access it online at docs.opentitan.org.
Have a look at CONTRIBUTING and our documentation on project organization and processes for guidelines on how to contribute code to this repository.
Unless otherwise noted, everything in this repository is covered by the Apache License, Version 2.0 (see LICENSE for full text).