parent
609ecb0d61
commit
47928576eb
1 changed files with 5 additions and 3 deletions
|
@ -33,14 +33,16 @@ jobs:
|
|||
hostname
|
||||
echo "/etc/os-release"
|
||||
cat /etc/os-release
|
||||
echo "whoami"
|
||||
whoami
|
||||
- name: "Nix Version"
|
||||
run: |
|
||||
nix --version
|
||||
- name: "Setup: SSH"
|
||||
run: |
|
||||
echo ${secrets.SSH_PUBLIC_KEY} > ~/.ssh/id_ed25519.pub
|
||||
echo ${secrets.SSH_PRIVATE_KEY} > ~/.ssh/id_ed25519
|
||||
cat ~/.ssh/id_ed25519.pub
|
||||
echo ${secrets.SSH_PUBLIC_KEY} > /workspace/.ssh/id_ed25519.pub
|
||||
echo ${secrets.SSH_PRIVATE_KEY} > /workspace/.ssh/id_ed25519
|
||||
cat /workspace/.ssh/id_ed25519.pub
|
||||
# - name: "Nix build"
|
||||
# run: |
|
||||
# echo "Running Nix Build"
|
||||
|
|
Loading…
Reference in a new issue