Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 656 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 656 Bytes

hastrumpfiredmuelleryet.com

A website which should always answer "no".

If it doesn't, MoveOn.

Cloudformation/Sceptre

Cloudformation for this site (using Sceptre) creates:

  • a S3 bucket to store the static assets (public_html/**/*) and redirects for non-primary domains.
  • DNS
    • the hosted zone for hastrumpfiredmuelleryet.com
    • A records pointing www. and root to the S3 buckets
  • a code pipeline which automatically updates the S3 bucket when we commit to Github.
export GITHUB_TOKEN=<secret!>
export AWS_PROFILE=sceptre
sceptre launch-env dev