Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/milldr/static-site-deployer

container for deploying content to aws
https://github.com/milldr/static-site-deployer

Last synced: 12 days ago
JSON representation

container for deploying content to aws

Awesome Lists containing this project

README

        

# Docker Image with Homebrew and AWS CLI

Linuxbrew with aws cli, cfn_nag, and hugo. Updated for my personal requirements to deploy static content

## Build

```
docker build -t milldr/static-site-deployer:latest ./images/base
```

## Usage

Configure:

```
export AWS_ACCESS_KEY_ID=""
export AWS_SECRET_ACCESS_KEY=""
export AWS_DEFAULT_REGION=""
```

## Maintenance

- The Docker image build & publish is automated by CircleCI

## References

- AWS CLI Docs: https://aws.amazon.com/documentation/cli/
- Homebrew: https://docs.brew.sh/Homebrew-on-Linux
- CFN_NAG: https://github.com/stelligent/cfn_nag
- Hugo: https://gohugo.io/