long live tailscale ssh
Some checks failed
/ Deploy blog to deuterium (push) Failing after 1m7s

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2024-11-21 21:41:19 -05:00
parent 608097e431
commit 32491be169

View file

@ -34,15 +34,6 @@ jobs:
if: failure()
run: |
cat ~/tailscaled.log
- name: Add SSH key
id: ssh
env:
SSH_KEY: ${{ secrets.SSH_KEY }}
run: |
mkdir -p ~/.ssh
ssh-keyscan $MACHINE > ~/.ssh/known_hosts
printf "%s" "$SSH_KEY" > ~/.ssh/key
chmod 600 ~/.ssh/key
- name: Fetch code
id: fetch