Skip to content

Commit

Permalink
Merge pull request #451 from cloud-gov/staging
Browse files Browse the repository at this point in the history
Deploy 2024-01-18
  • Loading branch information
apburnes authored Jan 18, 2024
2 parents f7d4cb1 + 7de3e02 commit 54a5baf
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 54a5baf

Please sign in to comment.