gemini is stupid
All checks were successful
Deploy to Server / deploy (push) Successful in 29s

This commit is contained in:
2026-04-24 18:53:07 -05:00
parent 9d171c4fca
commit b1a24cbd61

View File

@@ -48,11 +48,7 @@ jobs:
sed -i '/^NODE_VERSION=/d' .env || true sed -i '/^NODE_VERSION=/d' .env || true
echo "NODE_VERSION=${NODE_VER}-alpine" >> .env echo "NODE_VERSION=${NODE_VER}-alpine" >> .env
echo "==> Merging server/.env into root .env for Docker Compose interpolation..."
if [ -f server/.env ]; then
echo "" >> .env
cat server/.env >> .env
fi
echo "==> Running Build..." echo "==> Running Build..."
# If this build fails, 'set -e' aborts the script instantly. # If this build fails, 'set -e' aborts the script instantly.