Skip to content

Commit

Permalink
Fix: typo
Browse files Browse the repository at this point in the history
Fix: typo
  • Loading branch information
omahs authored Feb 7, 2023
1 parent 0dc79e5 commit fcc6521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Before we can run `pulumi up`, there are a few resources that need to be built/p
```sh
# set route53 zone
export ROUTE_53_ZONE=...
# set environment-sepecific domain
# set environment-specific domain
export DOMAIN=...
# secrets manager resource ARN
export IAM_SERVER_SSM_ARN=...
Expand All @@ -31,4 +31,4 @@ export DOCKER_GTC_PASSPORT_IAM_IMAGE=...
## Pulumi deploy
```sh
pulumi up
```
```

0 comments on commit fcc6521

Please sign in to comment.