parent
f7c5dae82a
commit
e618ba7a1d
1 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- name: "Setup: Runner"
|
- name: "Setup: Runner"
|
||||||
run: |
|
run: |
|
||||||
apk update
|
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
|
- uses: actions/checkout@v3
|
||||||
- name: "Directory Structure"
|
- name: "Directory Structure"
|
||||||
run: |
|
run: |
|
||||||
|
@ -43,7 +43,6 @@ jobs:
|
||||||
mkdir /root/.ssh
|
mkdir /root/.ssh
|
||||||
echo "${{ secrets.SSH_PUBLIC_KEY }}" > /root/.ssh/id_ed25519.pub
|
echo "${{ secrets.SSH_PUBLIC_KEY }}" > /root/.ssh/id_ed25519.pub
|
||||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" > /root/.ssh/id_ed25519
|
echo "${{ secrets.SSH_PRIVATE_KEY }}" > /root/.ssh/id_ed25519
|
||||||
cat /root/.ssh/id_ed25519.pub
|
|
||||||
ssh albert@framework-server "ls /Storage"
|
ssh albert@framework-server "ls /Storage"
|
||||||
# - name: "Nix build"
|
# - name: "Nix build"
|
||||||
# run: |
|
# run: |
|
||||||
|
|
Loading…
Reference in a new issue