plsplspls
All checks were successful
Deploy Hashel / deploy (push) Successful in 5m52s

This commit is contained in:
2026-02-11 22:42:29 -07:00
parent 11469a5a13
commit 06dd648b15
2 changed files with 4 additions and 3 deletions

View File

@@ -24,8 +24,9 @@ jobs:
mkdir -p ~/.ssh
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
cat >> ~/.ssh/config << 'EOF'
Host haschel.tadpole-pain.ts.net
cat >> ~/.ssh/config << EOF
Host haschel
HostName ${{ secrets.DEPLOY_HOST }}
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
IdentityFile ~/.ssh/id_ed25519