Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
608097e431
commit
32491be169
1 changed files with 0 additions and 9 deletions
|
@ -34,15 +34,6 @@ jobs:
|
||||||
if: failure()
|
if: failure()
|
||||||
run: |
|
run: |
|
||||||
cat ~/tailscaled.log
|
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
|
- name: Fetch code
|
||||||
id: fetch
|
id: fetch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue