Skip to content

Latest commit

History

History
33 lines (20 loc) 路 823 Bytes

README.md

File metadata and controls

33 lines (20 loc) 路 823 Bytes

bryceandryanforeverandever.net

Build Status

The award-winning website, now in version control!

Setup

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

Deployment

Test

AWS_REGION=us-east-1 ENVIRONMENT=test stratus deploy

aws s3 sync --delete www-bucket s3://www.test.bryceandryanforeverandever.net

Prod

AWS_REGION=us-east-1 ENVIRONMENT=prod stratus deploy

aws s3 sync --delete www-bucket s3://www.bryceandryanforeverandever.net