Skip to content

Commit bdd1874

Browse files
Update content/guides/reactjs/deploy.md
Co-authored-by: Craig Osterhout <[email protected]>
1 parent 933a10e commit bdd1874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/reactjs/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ spec:
8181
8282
**This manifest defines two key Kubernetes resources, separated by `---`**:
8383

84-
- **Deployment**
84+
- Deployment
8585
Deploys a single replica of your React.js application inside a pod. The pod uses the Docker image built and pushed by your GitHub Actions CI/CD workflow
8686
(refer to [Configure CI/CD for your React.js application](configure-ci-cd.md)).
8787
The container listens on port `8080`, which is typically used by [Nginx](https://nginx.org/en/docs/) to serve your production React app.

0 commit comments

Comments
 (0)