The award-winning website, now in version control!
This repository presumes prior domain registration via the Route53 Registrar in the AWS Console.
The resulting hosted zone ID is retrieved via script and hardcoded in stratus.yaml:
scripts/get-hosted-zone-id.sh
AWS_REGION=us-east-1 ENVIRONMENT=test stratus deploy
aws s3 sync --delete www-bucket s3://www.test.bryceandryanforeverandever.net
AWS_REGION=us-east-1 ENVIRONMENT=prod stratus deploy
aws s3 sync --delete www-bucket s3://www.bryceandryanforeverandever.net