From 297a96bdf38e5cb26b769c03fd86dc130271c075 Mon Sep 17 00:00:00 2001 From: Wesley Ray Date: Mon, 16 Jun 2025 23:14:57 -0400 Subject: [PATCH] annnnnd deployment works! Removed verbose ssh debugging from pipeline. Made Busted output some more details. --- .gitea/workflows/ci.yaml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 61ba38d..ea794d8 100755 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: run: | echo "Initiating unit tests..." cp lib/json.lua skyweave/ - busted --lua=lua5.1 --verbose spec/ + busted --lua=lua5.1 -o spec --verbose spec/ deploy-to-device: name: Deploy to Roof Unit @@ -70,21 +70,6 @@ jobs: echo " PubkeyAcceptedAlgorithms +ssh-rsa" >> ~/.ssh/config echo "${{ secrets.ROOF_UNIT_KNOWN_HOSTS_ENTRY }}" >> ~/.ssh/known_hosts - - echo "--- SCRIPTURE VERIFICATION ---" - echo "Verifying contents of ~/.ssh/config:" - cat ~/.ssh/config - echo "--------------------------------" - echo "Verifying contents of ~/.ssh/known_hosts:" - cat ~/.ssh/known_hosts - echo "--------------------------------" - echo "Verifying permissions of private key:" - ls -l ~/.ssh/id_rsa - echo "--------------------------------" - - # --- VERBOSE COMMUNION ATTEMPT --- - echo "Attempting verbose SSH connection for diagnostics..." - ssh -vvv roof-unit "echo 'Test SSH connection successful'" - name: 3. Execute Deployment Ritual run: |