This commit is contained in:
parent
7f79c0a700
commit
b4ace0ec3a
1 changed files with 3 additions and 3 deletions
|
@ -6,13 +6,13 @@ jobs:
|
|||
container:
|
||||
image: nixos/nix:2.24.9
|
||||
steps:
|
||||
- uses: https://code.forgejo.org/webfactory/ssh-agent@v0.9.0
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
- name: Clone repo and connect to ssh
|
||||
run: |
|
||||
nix-shell -p git ssh-agents
|
||||
git clone https://"${{ vars.GIT_USER }}":"${{ vars.GIT_PASS }}"@git.le43.eu/tbarnouin/nixos-hypervisor
|
||||
cd nixos-hypervisor
|
||||
echo '${{ secrets.SSH_PRIVATE_KEY }}' > id_ed25519.pub
|
||||
chmod 600 id_ed25519.pub
|
||||
eval $(ssh-agent -s)
|
||||
ssh-add ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
ssh tbarnouin@192.168.1.40 echo "All set !"
|
||||
|
|
Loading…
Add table
Reference in a new issue