add-migration
Create a new deploy/migrations/NNNN_*.sh migration file for any incompatible CCC change (new/removed/modified service files, cron changes, config updates). Invoke whenever you add, remove, or meaningfully change a file in deploy/systemd/, deploy/launchd/, or deploy/crontab-acc.txt — or whenever a change requires action on already-deployed nodes to stay current. --- You are adding a CCC deploy migration. A migration is a numbered shell script in `deploy/migrations/` that runs exactly once per agent node, tracked in `~/.ccc/migrations.json`. ## Step 1 — Gather context
Changelog: Source: GitHub https://github.com/jordanhubbard/ACC
Loading comments...