test
Some checks failed
ssh-test / ssh-test (push) Failing after 18s

This commit is contained in:
iFargle 2023-12-08 20:24:05 +09:00
parent f7c5dae82a
commit e618ba7a1d

View file

@ -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: |