From a03459f73a4c12015b0ddd785ad7a7cc17cbf172 Mon Sep 17 00:00:00 2001 From: torlando-tech Date: Fri, 7 Nov 2025 22:33:54 -0500 Subject: [PATCH] fix(ci): Fix YAML syntax error in deploy workflow heredoc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed heredoc delimiter from EOF to DEPLOY_SCRIPT to avoid YAML parsing issues. Also explicitly pass environment variables to SSH remote command. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .github/workflows/deploy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5fc82f1..25b49f8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -95,7 +95,8 @@ jobs: echo ">>> Deploying to $HOST..." # Deploy with error handling - if ssh -o StrictHostKeyChecking=no -o ConnectTimeout=10 "$PI_USER@$HOST" bash <