cicd branch follower native closeout

This commit is contained in:
Codex
2026-07-03 11:00:11 +00:00
parent a70bc3e196
commit 9a3d665303
27 changed files with 1884 additions and 1066 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/bin/sh
set -eu
exec ssh \
-i /root/.ssh/id_rsa \
-o IdentitiesOnly=yes \
-o BatchMode=yes \
-o StrictHostKeyChecking=accept-new \
-o UserKnownHostsFile=/root/.ssh/known_hosts \
-o ConnectTimeout=15 \
-o ServerAliveInterval=5 \
-o ServerAliveCountMax=1 \
-o "ProxyCommand=node /etc/unidesk-cicd-branch-follower/github-proxy-connect.mjs ${UNIDESK_CONTROLLER_GITHUB_PROXY_HOST} ${UNIDESK_CONTROLLER_GITHUB_PROXY_PORT} %h %p" \
"$@"