Skip to content

Commit 0d82ca7

Browse files
author
Everett Toews
authored
Merge pull request #252 from everett-toews/next-step
Next step is to deploy the deconst control repo
2 parents 5ce8003 + a5b05ed commit 0d82ca7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $ script/deploy \
3131

3232
These instructions will prepare and submit the content and assets for this deconst documentation in a dev env in Kubernetes with Minikube.
3333

34-
1. Run through [Deconst Dev Env in Kubernetes with Minikube](https://github.com/deconst/presenter#deconst-dev-env-in-kubernetes-with-minikube)
34+
1. If necessary, deploy the [presenter service](https://github.com/deconst/presenter#deconst-dev-env-in-kubernetes-with-minikube)
3535

3636
1. Prepare the content
3737

@@ -43,7 +43,7 @@ These instructions will prepare and submit the content and assets for this decon
4343

4444
1. Submit the content
4545

46-
The `CONTENT_SERVICE_APIKEY` must match the `ADMIN_APIKEY` set when [adding the content service to the dev env](https://github.com/deconst/content-service#deconst-dev-env-in-kubernetes-with-minikube).
46+
The `CONTENT_SERVICE_APIKEY` must match the `ADMIN_APIKEY` set when deploying the [content service](https://github.com/deconst/content-service#deconst-dev-env-in-kubernetes-with-minikube).
4747

4848
```bash
4949
export CONTENT_SERVICE_URL=$(minikube service --url --namespace deconst content)
@@ -53,3 +53,5 @@ These instructions will prepare and submit the content and assets for this decon
5353
chmod u+x deconst-submitter.sh
5454
./deconst-submitter.sh
5555
```
56+
57+
1. Deploy the [deconst control repo](https://github.com/deconst/deconst-docs-control#deconst-dev-env-in-kubernetes-with-minikube)

0 commit comments

Comments
 (0)