docs: small tweaks to "change management" (#4532)

This commit is contained in:
Ben Potter
2022-10-20 15:14:06 +00:00
committed by GitHub
parent 369b5d1c2d
commit 43f199a987
+4
View File
@@ -17,7 +17,11 @@ export CODER_TEMPLATE_NAME=kubernetes
export CODER_TEMPLATE_DIR=.coder/templates/kubernetes
export CODER_TEMPLATE_VERSION=$(git rev-parse --short HEAD)
# Push the new template template version to Coder
coder templates push --yes $CODER_TEMPLATE_NAME \
--directory $CODER_TEMPLATE_DIR \
--name=$CODER_TEMPLATE_VERSION # Version name is optional
```
> Looking for an example? See how we push our development image
> and template [via GitHub actions](https://github.com/coder/coder/blob/main/.github/workflows/dogfood.yaml).