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

This commit is contained in:
iFargle 2023-12-08 20:13:55 +09:00
parent 609ecb0d61
commit 47928576eb

View file

@ -33,14 +33,16 @@ jobs:
hostname hostname
echo "/etc/os-release" echo "/etc/os-release"
cat /etc/os-release cat /etc/os-release
echo "whoami"
whoami
- name: "Nix Version" - name: "Nix Version"
run: | run: |
nix --version nix --version
- name: "Setup: SSH" - name: "Setup: SSH"
run: | run: |
echo ${secrets.SSH_PUBLIC_KEY} > ~/.ssh/id_ed25519.pub echo ${secrets.SSH_PUBLIC_KEY} > /workspace/.ssh/id_ed25519.pub
echo ${secrets.SSH_PRIVATE_KEY} > ~/.ssh/id_ed25519 echo ${secrets.SSH_PRIVATE_KEY} > /workspace/.ssh/id_ed25519
cat ~/.ssh/id_ed25519.pub cat /workspace/.ssh/id_ed25519.pub
# - name: "Nix build" # - name: "Nix build"
# run: | # run: |
# echo "Running Nix Build" # echo "Running Nix Build"