don't output the ssh private key
All checks were successful
/ Deploy blog to deuterium (push) Successful in 1m10s
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:
parent
622ef3811f
commit
608097e431
1 changed files with 0 additions and 2 deletions
|
@ -39,8 +39,6 @@ jobs:
|
||||||
env:
|
env:
|
||||||
SSH_KEY: ${{ secrets.SSH_KEY }}
|
SSH_KEY: ${{ secrets.SSH_KEY }}
|
||||||
run: |
|
run: |
|
||||||
set -eux
|
|
||||||
tailscale ping -c 2 $MACHINE
|
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
ssh-keyscan $MACHINE > ~/.ssh/known_hosts
|
ssh-keyscan $MACHINE > ~/.ssh/known_hosts
|
||||||
printf "%s" "$SSH_KEY" > ~/.ssh/key
|
printf "%s" "$SSH_KEY" > ~/.ssh/key
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue