diff --git a/www/content/docs/aws/_index.md b/www/content/docs/aws/_index.md index 4d69ab5..39f450c 100644 --- a/www/content/docs/aws/_index.md +++ b/www/content/docs/aws/_index.md @@ -50,7 +50,7 @@ Two CloudFront Functions: `hedgerules deploy` handles the CloudFront Functions and KVS for you: ```sh -hedgerules deploy --site public/ +hedgerules deploy -output-dir public/ ``` This command: diff --git a/www/content/docs/deployment/_index.md b/www/content/docs/deployment/_index.md index b0374cc..b3d538a 100644 --- a/www/content/docs/deployment/_index.md +++ b/www/content/docs/deployment/_index.md @@ -178,7 +178,7 @@ aws cloudformation deploy \ hugo # Stage 3: create functions + sync edge data -hedgerules deploy --site public/ +hedgerules deploy -output-dir public/ # Stage 4: distribution (references functions from stage 3) aws cloudformation deploy \ @@ -195,7 +195,7 @@ See [`examples/micahrlweb/`](https://github.com/mrled/hedgerules/tree/master/exa ```sh hugo # Stage 2 -hedgerules deploy --site public/ # Stage 3 +hedgerules deploy -output-dir public/ # Stage 3 hugo deploy --target mysite # Stage 5 ``` diff --git a/www/content/docs/guides/getting-started.md b/www/content/docs/guides/getting-started.md index 893943d..5822136 100644 --- a/www/content/docs/guides/getting-started.md +++ b/www/content/docs/guides/getting-started.md @@ -65,7 +65,7 @@ This produces `public/` with `_hedge_headers.json` and `_hedge_redirects.txt` al ## 5. Deploy edge rules ```sh -hedgerules deploy --site public/ +hedgerules deploy -output-dir public/ ``` This creates (or updates) the CloudFront Functions and KVS entries for redirects and headers.