955 B
955 B
| id | title | status | assignee | created_date | labels | dependencies | parent_task_id |
|---|---|---|---|---|---|---|---|
| TASK-LOW.2 | Deploy enforce-container-limits.sh from dev-ops repo (replace unversioned /opt/scripts/) | To Do | 2026-04-16 23:18 | TASK-LOW |
Description
Script is now in dev-ops at netcup/scripts/enforce-container-limits.sh (commit dev-ops/73acc6e → main/9b25487). /opt/scripts/enforce-container-limits.sh on Netcup is still a manual copy not tied to git. Consider: (a) symlink /opt/scripts/ → /opt/dev-ops/netcup/scripts/ so git pulls update the script, or (b) add a deploy hook that copies on commit. Option (a) is simpler but exposes directory structure; option (b) is safer.
Acceptance Criteria
- #1 Production /opt/scripts/enforce-container-limits.sh tracks dev-ops
- #2 Script edit in dev-ops flows to Netcup without manual scp