Files
Igor Pecovnik 081dcc8a05 Optimize sync workflow: cache NetBox data, remove debs-beta sync
- Cache server configuration (name, path, port, username, download_path) in Prepare job matrix
- Remove duplicate NetBox API fetches from Sync job
- Remove excessive validations (data already validated in Prepare job)
- Remove debs-beta sync entirely - only sync debs repository
- Simplify rsync logic - single target (debs) instead of case statement
- Reduce code from ~400 lines to ~120 lines
2026-01-06 01:48:38 +01:00
..