Skip to content

Commit 55e892b

Browse files
committed
chore: explicitly set --url and --token flags
1 parent bda3768 commit 55e892b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ CODER_TEMPLATE_DIR=${CODER_TEMPLATE_DIR:-$CODER_TEMPLATE_NAME}
1515
echo "CODER_TEMPLATE_DIR is set to ${CODER_TEMPLATE_DIR}"
1616

1717
# Construct push command
18-
push_command="coder templates push ${CODER_TEMPLATE_NAME} --directory ./${CODER_TEMPLATE_DIR}"
18+
push_command="coder templates push ${CODER_TEMPLATE_NAME} --directory ./${CODER_TEMPLATE_DIR}" --url ${CODER_ACCESS_URL} --token ${CODER_SESSION_TOKEN}
1919

2020
# Add version to the push command if specified
2121
if [ -n "${CODER_TEMPLATE_VERSION}" ]; then

0 commit comments

Comments
 (0)