Skip to content

Commit

Permalink
Reference documentation's CI/CD process.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlovett committed Oct 25, 2024
1 parent 1893489 commit 32265d6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/admins/cicd-github-actions.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: DataHub CI/CD
title: Continuous Integration and Deployment
---

## Overview
Expand All @@ -21,7 +21,7 @@ The basic order of operations is as follows:
The hubs are deployed via [hubploy](https://github.com/berkeley-dsep-infra/hubploy),
which is our custom wrapper for `gcloud`, `sops` and `helm`.

## Github Actions architecture
## Github Actions Architecture

### Secrets and Variables

Expand Down Expand Up @@ -138,6 +138,10 @@ There are also a couple of other workflows in the datahub repository:
[quarto-docs.yml](https://github.com/berkeley-dsep-infra/datahub/blob/staging/.github/workflows/quarto-docs.yml)
: This builds, renders and pushes our docs to Github Pages.

### Documentation's Workflow

This documentation is also [deployed by GitHub Actions](../tasks/documentation.html#action).

## Original Design Document

[Slides](https://docs.google.com/presentation/d/1o_P4H8XfbdgI5NMPnjojHZOcSNHRoP5twl0E8Ern1z4/edit?usp=sharing) describe the process in some more detail.

0 comments on commit 32265d6

Please sign in to comment.