Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Fix Readme #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Build the ember app and copy it to S3, note you'll need the "WebsiteBucket" outp

cd client
ember build
aws s3 sync dist/ s3://<<your-ember-website-bucket>>/ -acl public-read
aws s3 sync dist/ s3://<<your-ember-website-bucket>>/ --acl public-read

Once synced you can visit the URL for your S3 bucket using the `OutputValue` from the hosting template for `WebsiteURL`.

Expand Down