(make) ignore errors from server/sentry.ts during deploy because they are not critical

This commit is contained in:
Valentyne Stigloher 2024-04-19 23:53:50 +02:00
parent 922210dc70
commit f7201f44da

View File

@ -37,7 +37,7 @@ deploy: install
pnpm run-file server/migrate.ts
ln -sfn ../data/img ./static/img-local
ln -sfn ../data/docs ./static/docs-local
pnpm run-file server/sentry.ts
-pnpm run-file server/sentry.ts
switch:
rm -rf cache