quotes to prevent accidental parsing of //
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-11-07 21:11:14 +05:30
parent 71ce77980d
commit 13d52ec590

View File

@@ -123,7 +123,7 @@ steps:
--name blog \ --name blog \
-p 3002:3000 \ -p 3002:3000 \
-e NODE_ENV=production \ -e NODE_ENV=production \
-e VITE_API_BASE_URL=$API_BASE_URL \ -e VITE_API_BASE_URL="$API_BASE_URL" \
--restart always \ --restart always \
apps/blog:$IMAGE_TAG apps/blog:$IMAGE_TAG