Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/milldr/static-site-deployer
- Owner: milldr
- License: mit
- Created: 2020-04-08T16:28:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T16:37:05.000Z (over 4 years ago)
- Last Synced: 2024-10-06T01:21:43.383Z (about 1 month ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/