From 893031522f828e77f551c8af2725e45c3daf15fa Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 13 Oct 2022 11:27:31 +0000 Subject: [PATCH 1/2] docs: small tweaks to "change management" --- docs/templates/change-management.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/templates/change-management.md b/docs/templates/change-management.md index afe4db19921e1..1afb5363b1a40 100644 --- a/docs/templates/change-management.md +++ b/docs/templates/change-management.md @@ -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). From 7d2490492a41fb7d26d03e69eba3831303cf4a47 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 17 Oct 2022 16:32:25 +0000 Subject: [PATCH 2/2] jumpstart ci