e85a2508e8
CI / update (push) Successful in 52s
Previous behavior silently deleted static/shopping/*.svg when SHOPPING_*_NUMBER env vars were unset, then rsync --delete propagated the deletion to the prod server — the loyalty buttons disappeared on deploys where the env didn't reach the build (or during the brief rm→write window of a parallel run). Now the script exits non-zero with a clear message; deploy.sh's set -e aborts before any destructive sync.