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

This commit is contained in:
iFargle 2023-12-08 20:27:53 +09:00
parent cc572bba84
commit cedca8b8b5

View file

@ -45,7 +45,7 @@ jobs:
mkdir /root/.ssh
echo "${{ secrets.SSH_PUBLIC_KEY }}" > /root/.ssh/id_ed25519.pub
echo "${{ secrets.SSH_PRIVATE_KEY }}" > /root/.ssh/id_ed25519
ssh albert@framework-server.servers.hs.net "ls /Storage"
ssh albert@100.64.0.14 "ls /Storage"
# - name: "Nix build"
# run: |
# echo "Running Nix Build"