parent
f7c5dae82a
commit
e618ba7a1d
1 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: "Setup: Runner"
|
||||
run: |
|
||||
apk update
|
||||
apk add git nodejs nix --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/
|
||||
apk add git nodejs nix openssh-client --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/
|
||||
- uses: actions/checkout@v3
|
||||
- name: "Directory Structure"
|
||||
run: |
|
||||
|
@ -43,7 +43,6 @@ jobs:
|
|||
mkdir /root/.ssh
|
||||
echo "${{ secrets.SSH_PUBLIC_KEY }}" > /root/.ssh/id_ed25519.pub
|
||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" > /root/.ssh/id_ed25519
|
||||
cat /root/.ssh/id_ed25519.pub
|
||||
ssh albert@framework-server "ls /Storage"
|
||||
# - name: "Nix build"
|
||||
# run: |
|
||||
|
|
Loading…
Reference in a new issue