From ba421abec2e638ca41aa482aebdedf48430aa016 Mon Sep 17 00:00:00 2001 From: evanpelle Date: Tue, 22 Jul 2025 12:19:49 -0700 Subject: [PATCH] deploy bugfix: comments not allowed in .env file (#1525) ## Description: Accidentally added comments to .env file, causing parsing issues. ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced - [x] I have read and accepted the CLA aggreement (only required once). ## Please put your Discord username so you can be contacted if a bug or regression is found: evan --- deploy.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy.sh b/deploy.sh index c71479704..2d9eb8645 100755 --- a/deploy.sh +++ b/deploy.sh @@ -178,9 +178,9 @@ R2_BUCKET=$R2_BUCKET CF_API_TOKEN=$CF_API_TOKEN DOMAIN=$DOMAIN SUBDOMAIN=$SUBDOMAIN -OTEL_USERNAME=$OTEL_USERNAME # TODO: remove -OTEL_PASSWORD=$OTEL_PASSWORD # TODO: remove -OTEL_ENDPOINT=$OTEL_ENDPOINT # TODO: remove +OTEL_USERNAME=$OTEL_USERNAME +OTEL_PASSWORD=$OTEL_PASSWORD +OTEL_ENDPOINT=$OTEL_ENDPOINT OTEL_EXPORTER_OTLP_ENDPOINT=$OTEL_EXPORTER_OTLP_ENDPOINT OTEL_AUTH_HEADER=$OTEL_AUTH_HEADER BASIC_AUTH_USER=$BASIC_AUTH_USER