Skip to content

Commit 43f199a

Browse files
authored
docs: small tweaks to "change management" (#4532)
1 parent 369b5d1 commit 43f199a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/templates/change-management.md

+4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ export CODER_TEMPLATE_NAME=kubernetes
1717
export CODER_TEMPLATE_DIR=.coder/templates/kubernetes
1818
export CODER_TEMPLATE_VERSION=$(git rev-parse --short HEAD)
1919

20+
# Push the new template template version to Coder
2021
coder templates push --yes $CODER_TEMPLATE_NAME \
2122
--directory $CODER_TEMPLATE_DIR \
2223
--name=$CODER_TEMPLATE_VERSION # Version name is optional
2324
```
25+
26+
> Looking for an example? See how we push our development image
27+
> and template [via GitHub actions](https://github.com/coder/coder/blob/main/.github/workflows/dogfood.yaml).

0 commit comments

Comments
 (0)