mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 12:03:25 -04:00
(fix)(make) clear redis cache upon deploy
This commit is contained in:
parent
16477b4083
commit
02de18a433
2
Makefile
2
Makefile
@ -31,7 +31,7 @@ build: install
|
|||||||
deploy:
|
deploy:
|
||||||
pnpm install -P
|
pnpm install -P
|
||||||
pnpm run-file server/migrate.ts
|
pnpm run-file server/migrate.ts
|
||||||
-redis-cli KEYS \"${NUXT_PUBLIC_ENV}:cache:*\" | xargs -n 100 redis-cli DEL
|
-redis-cli KEYS "${NUXT_PUBLIC_ENV}:cache:*" | xargs -n 100 redis-cli DEL
|
||||||
-pnpm run-file server/sentry.ts deploy
|
-pnpm run-file server/sentry.ts deploy
|
||||||
|
|
||||||
migrate:
|
migrate:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user