Skip to content

Commit

Permalink
Merge branch 'main' into feat/add-psa-stack
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw authored Sep 30, 2024
2 parents 55ff856 + 12fdbe9 commit bbfce5c
Show file tree
Hide file tree
Showing 21 changed files with 1,802 additions and 363 deletions.
7 changes: 4 additions & 3 deletions .env.tpl
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# These variables are only available in your SST code.

# uncomment to try out deploying the w3up api under a custom domain.
# the value should match a hosted zone configured in route53 that your aws account has access to.
# HOSTED_ZONE=up.dag.haus
# uncomment to try out deploying the w3up api under a custom domain (or more
# than one). the value should match a hosted zone configured in route53 that
# your aws account has access to.
# HOSTED_ZONES=up.web3.storage,up.storacha.network

# uncomment to try out deploying the roundabout api under a custom domain.
# the value should match a hosted zone configured in route53 that your aws account has access to.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ Please notice that appropriate environment variables must be set for the develop

Ensure the following variables are set in the env when deploying

#### `HOSTED_ZONE`
#### `HOSTED_ZONES`

The root domain to deploy the w3up API to. e.g `up.web3.storage`. The value should match a hosted zone configured in route53 that your aws account has access to.
The root domain(s) to deploy the w3up API to. e.g `up.web3.storage`. The value should match a hosted zone configured in route53 that your aws account has access to. Multiple zones can be specified, in which case they are seperated by a comma, and this will cause deployment to each specified zone.

#### `ROUNDABOUT_HOSTED_ZONE`

Expand Down
Loading

0 comments on commit bbfce5c

Please sign in to comment.