Skip to content

Commit

Permalink
Merge pull request #450 from cloud-gov/adjust-for-gh-gpg-token-expira…
Browse files Browse the repository at this point in the history
…tion

Adjust for Github signing credential rotation
  • Loading branch information
apburnes authored Jan 18, 2024
2 parents 8ad35c4 + 4f23dbb commit 7de3e02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Docker image for building and publishing static sites as part of the cloud.gov P
Generally, site builds work in three stages: clone, build, and publish. Each stage is broken down into a number of steps. First, the container checks out the site from GitHub. Then it builds the site with the specified build engine. Then it gzip compresses text files and sets cache control headers. Finally, it uploads the built site to S3, and also creates redirect objects for directories, such as `/path` => `/path/`.

## Usage

### Command
```
python main.py [options]
Expand Down

0 comments on commit 7de3e02

Please sign in to comment.