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 <noreply@anthropic.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user