From 1a7ec2b0d68ec7afc77f6f68fbf155e84f3fdc88 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Tue, 30 Jun 2026 18:28:02 -0400 Subject: [PATCH] cinny: drop dead lotus-deploy.sh install block from lxc106-cinny.sh The cinny/lotus-deploy.sh (hyphen) force-deploy variant was an untracked, redundant duplicate of the CI-gated cinny/lotus_deploy.sh (underscore) added in c13549f. It's been removed, so its install block here referenced a file that no longer exists. The CI-gated lotus_deploy.sh is the single source of truth for the webhook web deploy. Co-Authored-By: Claude Opus 4.8 --- deploy/lxc106-cinny.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/deploy/lxc106-cinny.sh b/deploy/lxc106-cinny.sh index 29e874c..68fe51f 100644 --- a/deploy/lxc106-cinny.sh +++ b/deploy/lxc106-cinny.sh @@ -63,13 +63,6 @@ if echo "$CHANGED" | grep -q '^cinny/lotus-build.sh'; then echo "✓ lotus-build.sh deployed" fi -if echo "$CHANGED" | grep -q '^cinny/lotus-deploy.sh'; then - echo "Deploying lotus-deploy.sh..." - cp "$REPO_DIR/cinny/lotus-deploy.sh" /usr/local/bin/cinny-deploy.sh - chmod +x /usr/local/bin/cinny-deploy.sh - echo "✓ lotus-deploy.sh deployed" -fi - if echo "$CHANGED" | grep -q '^cinny/lotus_deploy.sh'; then echo "Deploying lotus_deploy.sh (webhook CI-gated web deploy)..." # The `lotus-deploy` webhook hook executes /usr/local/bin/lotus_deploy.sh.