Files
sase.tr/.github/workflows
Fusion 89448e75c2
Some checks failed
Sync dev → Gitea / Mirror dev to Gitea (push) Has been cancelled
fix(deploy): point Fusion changelog trigger to /routines/:id/trigger
The legacy /api/automations endpoint was retired when the changelog
automation migrated to a Routine record. deploy.yml was still hitting
/automations/<id>/run with the new routine UUID, returning 404 after a
2m timeout (curl -sf swallowed the error, deploy continued non-fatal).

- URL: /api/automations/<id>/run → /api/routines/<id>/trigger
- Add --max-time 120 to bound curl wait time
2026-05-12 11:54:41 +00:00
..