From e618ba7a1d2e1a9069c30633db11adaf8bc1a1f3 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 8 Dec 2023 20:24:05 +0900 Subject: [PATCH] test --- .forgejo/workflows/ssh-test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/workflows/ssh-test.yml b/.forgejo/workflows/ssh-test.yml index efd5bf94..2746ee18 100644 --- a/.forgejo/workflows/ssh-test.yml +++ b/.forgejo/workflows/ssh-test.yml @@ -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: |