We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--url
--token
1 parent bda3768 commit 55e892bCopy full SHA for 55e892b
entrypoint.sh
@@ -15,7 +15,7 @@ CODER_TEMPLATE_DIR=${CODER_TEMPLATE_DIR:-$CODER_TEMPLATE_NAME}
15
echo "CODER_TEMPLATE_DIR is set to ${CODER_TEMPLATE_DIR}"
16
17
# Construct push command
18
-push_command="coder templates push ${CODER_TEMPLATE_NAME} --directory ./${CODER_TEMPLATE_DIR}"
+push_command="coder templates push ${CODER_TEMPLATE_NAME} --directory ./${CODER_TEMPLATE_DIR}" --url ${CODER_ACCESS_URL} --token ${CODER_SESSION_TOKEN}
19
20
# Add version to the push command if specified
21
if [ -n "${CODER_TEMPLATE_VERSION}" ]; then
0 commit comments