Skip to content

Commit 6af6e85

Browse files
authored
docs: add coder login to CI docs (#9038)
* docs: add coder login to CI docs * add CODER_URL * add --url flag to login cmd
1 parent d2a9049 commit 6af6e85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/templates/change-management.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export CODER_TEMPLATE_DIR=.coder/templates/kubernetes
2020
export CODER_TEMPLATE_VERSION=$(git rev-parse --short HEAD)
2121

2222
# Push the new template version to Coder
23+
coder login --url $CODER_URL --token $CODER_SESSION_TOKEN
2324
coder templates push --yes $CODER_TEMPLATE_NAME \
2425
--directory $CODER_TEMPLATE_DIR \
2526
--name=$CODER_TEMPLATE_VERSION # Version name is optional

0 commit comments

Comments
 (0)