bruhhhh
Skyweave Test, Lint, and Deploy Ritual / Test and Lint Code (push) Successful in 27s
Skyweave Test, Lint, and Deploy Ritual / Deploy to Roof Unit (push) Failing after 5s

This commit is contained in:
wes
2025-06-16 22:50:18 -04:00
parent d18a2ffb83
commit 5ed4bf00fc
+3 -3
View File
@@ -60,7 +60,6 @@ jobs:
echo "${{ secrets.ROOF_UNIT_SSH_KEY }}" > ~/.ssh/id_rsa echo "${{ secrets.ROOF_UNIT_SSH_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa chmod 600 ~/.ssh/id_rsa
# This block must be written BEFORE ssh-keyscan is called.
echo "Writing the scripture of connection (~/.ssh/config)..." echo "Writing the scripture of connection (~/.ssh/config)..."
echo "Host roof-unit" > ~/.ssh/config echo "Host roof-unit" > ~/.ssh/config
echo " HostName ${{ secrets.ROOF_UNIT_HOSTNAME }}" >> ~/.ssh/config echo " HostName ${{ secrets.ROOF_UNIT_HOSTNAME }}" >> ~/.ssh/config
@@ -71,8 +70,9 @@ jobs:
echo " MACs +hmac-sha1" >> ~/.ssh/config echo " MACs +hmac-sha1" >> ~/.ssh/config
echo " PubkeyAcceptedAlgorithms +ssh-rsa" >> ~/.ssh/config echo " PubkeyAcceptedAlgorithms +ssh-rsa" >> ~/.ssh/config
echo "Performing the Rite of Keyscan..." # --- RITE OF IMPLANTATION ---
ssh-keyscan -t rsa -H "${{ secrets.ROOF_UNIT_HOSTNAME }}" >> ~/.ssh/known_hosts echo "Implanting the known host key from Gitea secrets..."
echo "${{ secrets.ROOF_UNIT_KNOWN_HOSTS_ENTRY }}" >> ~/.ssh/known_hosts
- name: 3. Execute Deployment Ritual - name: 3. Execute Deployment Ritual
run: | run: |