Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369b5d1 commit 43f199aCopy full SHA for 43f199a
docs/templates/change-management.md
@@ -17,7 +17,11 @@ export CODER_TEMPLATE_NAME=kubernetes
17
export CODER_TEMPLATE_DIR=.coder/templates/kubernetes
18
export CODER_TEMPLATE_VERSION=$(git rev-parse --short HEAD)
19
20
+# Push the new template template version to Coder
21
coder templates push --yes $CODER_TEMPLATE_NAME \
22
--directory $CODER_TEMPLATE_DIR \
23
--name=$CODER_TEMPLATE_VERSION # Version name is optional
24
```
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