Skip to content

Deploy production app #481

Deploy production app

Deploy production app #481

Manually triggered August 7, 2026 10:47
Status Success
Total duration 7m 4s
Artifacts

deploy-selfhost.yml

on: workflow_dispatch
revampit.orangecat.ch
6m 33s
revampit.orangecat.ch
Read-only prod smoke
23s
Read-only prod smoke
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
revampit.orangecat.ch: src/components/timecards/useTimecardDraft.ts#L237
The 'currentSavePayload' object makes the dependencies of useCallback Hook (at line 914) 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#L237
The 'currentSavePayload' object makes the dependencies of useCallback Hook (at line 799) change on every render. To fix this, wrap the initialization of 'currentSavePayload' in its own useMemo() Hook
revampit.orangecat.ch: src/components/admin/PermissionRequestsManager.tsx#L59
React Hook useEffect has a missing dependency: 'fetchRequests'. Either include it or remove the dependency array