don't output the ssh private key
All checks were successful
/ Deploy blog to deuterium (push) Successful in 1m10s

I voided the old one but man wtf
This commit is contained in:
Naman Sood 2024-11-21 21:32:58 -05:00
parent 622ef3811f
commit 608097e431

View file

@ -39,8 +39,6 @@ jobs:
env:
SSH_KEY: ${{ secrets.SSH_KEY }}
run: |
set -eux
tailscale ping -c 2 $MACHINE
mkdir -p ~/.ssh
ssh-keyscan $MACHINE > ~/.ssh/known_hosts
printf "%s" "$SSH_KEY" > ~/.ssh/key