We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--url
--token
1 parent a16ab1c commit 963275fCopy full SHA for 963275f
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}" --url ${CODER_URL} --token ${CODER_SESSION_TOKEN}
+push_command="coder templates push ${CODER_TEMPLATE_NAME} --directory ./${CODER_TEMPLATE_DIR}"
19
20
# Add version to the push command if specified
21
if [ -n "${CODER_TEMPLATE_VERSION}" ]; then
0 commit comments