ci: clear Redis recipe cache on deploy

Ensures fresh data is fetched after deployments when API projections
or data structures change.
This commit is contained in:
2026-01-29 14:04:30 +01:00
parent f501d0c7eb
commit ec02e8873e
+1
View File
@@ -33,6 +33,7 @@ jobs:
git reset --hard origin/master
pnpm install --frozen-lockfile
pnpm run build
redis-cli KEYS 'recipes:*' | xargs -r redis-cli DEL
sudo systemctl stop homepage.service
mkdir -p dist
rm -rf dist/*