wheeeeee
Some checks failed
Deploy Hashel / deploy (push) Failing after 2m47s

This commit is contained in:
2026-02-11 12:22:54 -07:00
parent f4c2c0582b
commit 11469a5a13
2 changed files with 8 additions and 2 deletions

View File

@@ -24,7 +24,13 @@ jobs:
mkdir -p ~/.ssh mkdir -p ~/.ssh
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_ed25519 echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519
ssh-keyscan -H haschel >> ~/.ssh/known_hosts 2>/dev/null || true cat >> ~/.ssh/config << 'EOF'
Host haschel.tadpole-pain.ts.net
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
IdentityFile ~/.ssh/id_ed25519
EOF
chmod 600 ~/.ssh/config
- name: Deploy with deploy-rs - name: Deploy with deploy-rs
run: | run: |

View File

@@ -20,7 +20,7 @@
}; };
deploy.nodes."${settings.hostname}" = { deploy.nodes."${settings.hostname}" = {
hostname = "haschel"; hostname = "haschel.tadpole-pain.ts.net";
sshUser = "root"; sshUser = "root";
profiles.system = { profiles.system = {
user = "root"; user = "root";