Skip to content

Deploy production app #619

Deploy production app

Deploy production app #619

Manually triggered August 31, 2026 17:28
Status Success
Total duration 8m 4s
Artifacts

deploy-selfhost.yml

on: workflow_dispatch
revampit.orangecat.ch
7m 35s
revampit.orangecat.ch
Read-only prod smoke
21s
Read-only prod smoke
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
revampit.orangecat.ch: src/components/timecards/useTimecardDraft.ts#L244
The 'currentSavePayload' object makes the dependencies of useCallback Hook (at line 923) change on every render. To fix this, wrap the initialization of 'currentSavePayload' in its own useMemo() Hook
revampit.orangecat.ch: src/components/timecards/useTimecardDraft.ts#L244
The 'currentSavePayload' object makes the dependencies of useCallback Hook (at line 808) change on every render. To fix this, wrap the initialization of 'currentSavePayload' in its own useMemo() Hook
revampit.orangecat.ch: src/components/auth/LoginForm.tsx#L94
Do not use `window.location.assign()` to navigate to internal Next.js pages. Use `redirect()` in the render phase, or `useRouter().push()` in Client Components' event handlers instead. See: https://nextjs.org/docs/messages/no-location-assign-relative-destination
revampit.orangecat.ch: src/app/admin/decisions/[id]/DecisionHeaderCard.tsx#L79
Do not use `window.location.href` to navigate to internal Next.js pages. Use `redirect()` in the render phase, or `useRouter().push()` in Client Components' event handlers instead. See: https://nextjs.org/docs/messages/no-location-assign-relative-destination