We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a9049 commit 6af6e85Copy full SHA for 6af6e85
docs/templates/change-management.md
@@ -20,6 +20,7 @@ export CODER_TEMPLATE_DIR=.coder/templates/kubernetes
20
export CODER_TEMPLATE_VERSION=$(git rev-parse --short HEAD)
21
22
# Push the new template version to Coder
23
+coder login --url $CODER_URL --token $CODER_SESSION_TOKEN
24
coder templates push --yes $CODER_TEMPLATE_NAME \
25
--directory $CODER_TEMPLATE_DIR \
26
--name=$CODER_TEMPLATE_VERSION # Version name is optional
0 commit comments