Skip to content

Commit

Permalink
docs: move "deploy to prod" to sub
Browse files Browse the repository at this point in the history
  • Loading branch information
skierkowski committed Sep 4, 2024
1 parent a2bbd3a commit 1497c87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ with the service name.
serverless auth deploy
```

## 4. Prepare for production
## 4. Prepare & release to prod

Now that the app is up and running in a development environment, lets get it
ready for production by setting up a custom domain name, and setting a new
Expand Down Expand Up @@ -168,7 +168,7 @@ to host the static website. The wildcard domain name,
- Update the `stages.default.customDomainCertificateARN` to the ARN of the
certificate you created in ACM.

### Create the secret for JWT Token authentication
### Create the secret for JWT token authentication

Authentication is implemented using JWT tokens. A shared secret is used to sign
the JWT tokens when a user logs in. The secret is also used to verify the JWT
Expand All @@ -190,7 +190,7 @@ with a key like `/awsaistack/shared-token`, and set it in the
sharedTokenSecret: ${ssm:/awsaistack/shared-token}
```

## 4. Deploy to prod
### Deploy to prod

Once you've setup the custom domain name (optional), and created the secret, you
are ready to deploy the service to prod.
Expand Down

0 comments on commit 1497c87

Please sign in to comment.