parent
787482a65d
commit
f7c5dae82a
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ jobs:
|
||||||
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
|
cat /root/.ssh/id_ed25519.pub
|
||||||
|
ssh albert@framework-server "ls /Storage"
|
||||||
# - name: "Nix build"
|
# - name: "Nix build"
|
||||||
# run: |
|
# run: |
|
||||||
# echo "Running Nix Build"
|
# echo "Running Nix Build"
|
||||||
|
|
Loading…
Reference in a new issue